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 2022/11/08 09:59:57 UTC

[GitHub] [arrow] milesgranger commented on a diff in pull request #14599: ARROW-18238: [Docs][Python] Improve docs for S3FileSystem

milesgranger commented on code in PR #14599:
URL: https://github.com/apache/arrow/pull/14599#discussion_r1016391670


##########
docs/source/python/filesystems.rst:
##########
@@ -178,11 +178,19 @@ Example how you can read contents from a S3 bucket::
    >>> f.readall()
    b'some data'
 
+   # Note, to resolve the S3 bucket, one can use `resolve_s3_region('my-test-bucket')`

Review Comment:
   Indeed, I think that's better. :+1: 



-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org