aws-sdk-cpp
aws-sdk-cpp copied to clipboard
Consistency Control Headers
Describe the feature
Hi,
Is there a plan to add support to send consistency control headers as part of S3 Put operations?
I need to be able to send the following consistency control header values - all, strong-global, strong-sit, read-after-new-write, available.
Thank you
Use Case
Some metadata headers are unavailable to be set using the S3 CPP SDK.
Using the AddMetadata adds a "x-amz-meta" prefix, which doesn't solve this issue.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change