ljstrnadiii commented on code in PR #669:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/669#discussion_r2961032863


##########
src/aws/builder.rs:
##########
@@ -679,7 +679,13 @@ impl AmazonS3Builder {
                 self.conditional_put = ConfigValue::Deferred(value.into())
             }
             AmazonS3ConfigKey::RequestPayer => {
-                self.request_payer = ConfigValue::Deferred(value.into())
+                // Support the standard AWS value "requester" as a boolean true

Review Comment:
   I also went back and forth on this, but @kylebarron has a good point. I'll 
wait for followup from @crepererum before I do anything here. 



-- 
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]

Reply via email to