Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
kevinjqliu and kou authored Jul 31, 2023
1 parent a2748ff commit 4cdd0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/pyarrow/_s3fs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ cdef class S3FileSystem(FileSystem):
specified role.
If neither access_key nor secret_key are provided, and role_arn is also not
provided, then attempts establish the credentials automatically.
provided, then attempts to establish the credentials automatically.
S3FileSystem will try the following methods, in order:
* `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN` environment variables
* configuration files such as `~/.aws/credentials` and `~/.aws/config`
* ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``, and ``AWS_SESSION_TOKEN`` environment variables
* configuration files such as ``~/.aws/credentials`` and ``~/.aws/config``
* for nodes on Amazon EC2, the EC2 Instance Metadata Service
Note: S3 buckets are special and the operations available on them may be
Expand Down

0 comments on commit 4cdd0d2

Please sign in to comment.