kylebarron opened a new pull request, #6768: URL: https://github.com/apache/arrow-rs/pull/6768
# Which issue does this PR close? Closes #6716. # Rationale for this change Support for AWS S3 [requester pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html) buckets. [Open data](https://registry.opendata.aws/) is commonly provided through these buckets because it allows data providers to pay only for the cost of the data and not for the data egress. # What changes are included in this PR? - Add new public `AmazonS3Builder::with_request_payer` config option - Include the [required header](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ObjectsinRequesterPaysBuckets.html) when authorizing and signing requests via the `AwsAuthorizer` # Are there any user-facing changes? Addition of `AmazonS3Builder::with_request_payer` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
