You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Cloudian Hyperstore S3 implementation we need to have the possibility to add custom header to the create bucket command.
This is needed as we have to pass a custom header x-gmt-policyid that would inform the Cloudian Hyperstore backend to create the new bucket using a non default storage policy. Storage policies in Cloudian Hyperstore are defining the resiliency level of the object in the bucket like the number of copies and which data centers the copies need to reside.
s3cmd does not complain about passing --add-header option to the mb command but it is silently ignored.
The text was updated successfully, but these errors were encountered:
Using Cloudian Hyperstore S3 implementation we need to have the possibility to add custom header to the create bucket command.
This is needed as we have to pass a custom header
x-gmt-policyid
that would inform the Cloudian Hyperstore backend to create the new bucket using a non default storage policy. Storage policies in Cloudian Hyperstore are defining the resiliency level of the object in the bucket like the number of copies and which data centers the copies need to reside.s3cmd does not complain about passing
--add-header
option to themb
command but it is silently ignored.The text was updated successfully, but these errors were encountered: