Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc to update S3 auth requirements #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ option enabled, each output should define its own 'temporary_directory'.

===== Requirements

* Amazon S3 Bucket and S3 Access Permissions (Typically access_key_id and secret_access_key)
* Amazon S3 Bucket and S3 Access Permissions (Typically access_key_id, secret_access_key and session_token incase MFA is enabled)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could rephrase this - to something like

(Typically `access_key_id` and `secret_access_key`. A `session_token` is also required if Multi Factor Authentication is enabled, or other temporary security credentials are in use that mandate the use of a session token)

cc @karenzone

* S3 PutObject permission

===== S3 output file
Expand Down