You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/23 15:41:58 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #8249: ARROW-10066: [C++] Make sure default AWS region selection algorithm is used

nealrichardson commented on a change in pull request #8249:
URL: https://github.com/apache/arrow/pull/8249#discussion_r493696292



##########
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:
       But it does with SDK < 1.8? Interesting.




----------------------------------------------------------------
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:
users@infra.apache.org