You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: