Samuel Sanders created ARROW-12616:
--------------------------------------
Summary: S3FileSystem OSError when writing to already created
bucket
Key: ARROW-12616
URL: https://issues.apache.org/jira/browse/ARROW-12616
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 4.0.0
Reporter: Samuel Sanders
When calling parquet.write_to_dataset with an S3FileSystem, the following error
occurs if the bucket already exists:
OSError: When creating bucket 'bucket-name': AWS Error [code 100]: Unable to
parse ExceptionName: InvalidLocationConstraint Message: The specified
location-constraint is not valid
The S3FileSystem instance was generated based URI and based on region, but both
returned the same error.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)