westonpace commented on issue #34253: URL: https://github.com/apache/arrow/issues/34253#issuecomment-1439124196
Do you know of a more generic capability that exists in the S3 SDK? We use that to make requests and so our ability to tackle things generically is somewhat limited by the SDK's APIs. That being said, I don't have full knowledge of the SDK though and so maybe there is something that exists that I'm just not aware of. For example, even though `x-amz-request-payer` is (conceptually) "just another HTTP header" the API exposes it as a property with getter and setter methods. https://sdk.amazonaws.com/cpp/api/LATEST/aws-cpp-sdk-s3/html/class_aws_1_1_s3_1_1_model_1_1_put_object_request.html#a63072f3d8080c36ea6ad97851b22d255 I suppose we could perhaps expose the underlying HTTP headers though that seems a very crude tool. -- 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]
