pitrou commented on a change in pull request #8249:
URL: https://github.com/apache/arrow/pull/8249#discussion_r493666535
##########
File path: python/pyarrow/tests/test_fs.py
##########
@@ -1321,6 +1321,8 @@ def test_s3_real_aws():
from pyarrow.fs import S3FileSystem
fs = S3FileSystem(anonymous=True)
assert fs.region == 'us-east-1' # default region
+
+ fs = S3FileSystem(anonymous=True, region='us-east-2')
entries = fs.get_file_info(FileSelector('ursa-labs-taxi-data'))
Review comment:
@nealrichardson With the SDK 1.8.52, this doesn't work anymore with the
default region.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]