-
Notifications
You must be signed in to change notification settings - Fork 707
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersservices/s3
Description
Feature Description
When accessing S3 buckets that require requester pays, 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersservices/s3