noobaa-core
noobaa-core copied to clipboard
Add support for "Server" and "x-noobaa-available-storage-classes" headers
Explain the changes
This PR adds support for:
-
Server
HTTP header whose value is constant and is sent as part of every response. -
x-noobaa-available-storage-classes
which is sent as part ofHeadBucket
response. The value could be any combination of storage classesGLACIER
andSTANDARD
based on NooBaa config.
Issues: Fixed #xxx / Gap #xxx
Fixed #8229
- [ ] Doc added/updated
- [ ] Tests added