ljstrnadiii opened a new issue, #668: URL: https://github.com/apache/arrow-rs-object-store/issues/668
**Describe the bug** AWS_REQUEST_PAYER is "requester" or not set in [GDAL](https://gdal.org/en/stable/user/virtual_file_systems.html) and in AWS cli we have `--request-payer` with possible values `['requester']` seen [here](https://docs.aws.amazon.com/cli/latest/reference/s3api/get-object.html) and similarly AWS REST API takes `x-amz-request-payer : requester` in the header. Can we align with those? (even though I also feel it should be boolean as implemented here). **To Reproduce** Setting to AWS_REQUEST_PAYER=requester raises ``` GenericError: Generic Config error: failed to parse "requester" as boolean Debug source: Generic { store: "Config", source: "failed to parse \"requester\" as boolean", } ``` -- 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]
