Support for AWS Requester Pays buckets #6716
Labels
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
object-store
Object Store Interface
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to work with AWS requester pays buckets, but getting an error:
The following is a Python example from
obstore
. It should be easy to interpret what the underlying Rust code is, but I can provide a pure-Rust example if necessaryDescribe the solution you'd like
Include AWS header in signature calculation. Presumably there would need to be some way to tell
object_store
which default headers to include in its signing mechanism?Describe alternatives you've considered
Additional context
This AWS docs page has a reference on requester pays and request signing
The only prior discussion I can find is on discord:
The text was updated successfully, but these errors were encountered: