Skip to content

Commit

Permalink
S3 docs: rewrite AWS credentials section
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Nov 30, 2023
1 parent c12eeef commit 23cb647
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/pages/s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ can store the SHA256 hash without fetching the entire tile (see the "SHA256 hash
S3 Credentials
^^^^^^^^^^^^^^

Kart uses the AWS-provided `boto3 <boto3_>`_ library to fetch data from S3. AWS credentials are loaded from the standard locations -
a folder called ``.aws`` in the user's home or user-profile directory. If credentials are unnecessary and unavailable, the environment
variable ``AWS_NO_SIGN_REQUEST`` should be set to 1.
Kart uses a standard AWS SDK to fetch data from S3. AWS credentials are loaded from the standard locations - AWS config files, environment variables, IAM roles, etc. If credentials are unnecessary and unavailable, the environment variable ``AWS_NO_SIGN_REQUEST`` should be set to 1.


Editing Tiles
Expand Down

0 comments on commit 23cb647

Please sign in to comment.