[
https://issues.apache.org/jira/browse/ARROW-13228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-13228.
------------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
Issue resolved by pull request 10637
[https://github.com/apache/arrow/pull/10637]
> [C++] S3 CreateBucket fails because AWS treats us-east-1 differently than
> other regions
> ---------------------------------------------------------------------------------------
>
> Key: ARROW-13228
> URL: https://issues.apache.org/jira/browse/ARROW-13228
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Weston Pace
> Assignee: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When you create a bucket you must specify a locationconstraint if the region
> is not us-east-1. This works if you specify a region but fails if you use
> the default region (and the default region has been configured to NOT be
> us-east-1).
> When you create a bucket you must NOT specify a locationconstraint if the
> region is us-east-1. This fails (Arrow specifies the locationconstraint and
> receives an error "InvalidLocationConstraint Message: The specified
> location-constraint is not valid").
> CreateBucket is getting the region from options().region which is the empty
> string if the user didn't specify a region.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)