Commits


Weston Pace authored and Antoine Pitrou committed 24bff1e3020
ARROW-13228: [C++] S3 CreateBucket fails because AWS treats us-east-1 differently than other regions Added special case for us-east-1 in CreateBucket. Note: I'm not sure how to go about testing this. I don't think minio is going to have the same quirk. Closes #10637 from westonpace/bugfix/ARROW-13228--c-s3-createbucket-fails-because-aws-treats-us- Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>