Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6214967

Browse files
authoredNov 24, 2024··
Update README.md
1 parent 5125ec4 commit 6214967

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,16 +348,20 @@ Planetary Computer uses the same signed URL pattern described above. Here is an
348348
}
349349
}
350350
```
351+
351352
### Simple S3 authentication
352-
To use simple S3 authentication one has to set some environmental variables with S3 credentials:
353353

354-
```AWS_SECRET_ACCESS_KEY```
355-
```AWS_ACCESS_KEY_ID```
354+
To use simple S3 authentication one has to set some environmental variables with S3 credentials:
356355

357-
or to specify:
356+
- `AWS_SECRET_ACCESS_KEY`
357+
- `AWS_ACCESS_KEY_ID`
358358

359-
[user profile](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html#cli-configure-files-format) with a proper reference to ```AWS_PROFILE``` in the file ```AWS_CONFIG_FILE```. For more info please visit [GDAL vsis3 documentation](https://gdal.org/en/latest/user/virtual_file_systems.html#vsis3-aws-s3-files).
359+
**or** specify a [user profile](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html#cli-configure-files-format)
360+
with a proper reference to `AWS_PROFILE` in the file `AWS_CONFIG_FILE`.
360361

362+
For more information please see either
363+
[GDAL vsis3](https://gdal.org/en/latest/user/virtual_file_systems.html#vsis3-aws-s3-files) or
364+
[AWS CLI](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) documentation.
361365

362366
## Contributing
363367

0 commit comments

Comments
 (0)
Please sign in to comment.