Skip to content

Commit

Permalink
Documentation about public bucket access
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Nov 9, 2023
1 parent 2357ae6 commit e07b8d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/user_guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,10 @@ S3_SESSION_TOKEN
Please follow the [Amazon credentials management best practices][aws-creds] when
creating credentials.

If you are accessing the public bucket, you don't need credentials. In such case,
you need to set `S3_ACCESS_KEY` and `S3_SECRET_KEY` to empty values:
`S3_ACCESS_KEY=;S3_SECRET_KEY=`.

[aws-creds]: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html

Another required parameter is the S3 endpoint, `S3_ENDPOINT`. An endpoint is the
Expand Down

0 comments on commit e07b8d5

Please sign in to comment.