lau-jay opened a new issue, #5694: URL: https://github.com/apache/opendal/issues/5694
### Feature Description When accessing S3 buckets that require [requester pays](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html), users need to include x-amz-request-payer header in their requests. Currently OpenDAL's S3 service doesn't seem to support this option. ### Problem and Solution Add a new configuration option (e.g. request_payer) for S3 builder Propagate the payer information by adding x-amz-request-payer: requester header when: The request_payer option is enabled Performing any S3 API calls ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [ ] Yes, I am willing to contribute to the development of this feature. -- 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]
