Skip to content

Commit

Permalink
Fix comment to use “session_token” variable instead of the previous “…
Browse files Browse the repository at this point in the history
…s3_token”
  • Loading branch information
c0state authored and laurilehmijoki committed Aug 8, 2017
1 parent 3280b16 commit 620e9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/configuration_file_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ s3_id: YOUR_AWS_S3_ACCESS_KEY_ID
s3_secret: YOUR_AWS_S3_SECRET_ACCESS_KEY
s3_bucket: your.blog.bucket.com

# set s3_token if using temporary credentials with a session token (eg: when assuming a role)
# s3_token: YOUR_AWS_S3_SESSION_TOKEN
# set session_token if using temporary credentials with a session token (eg: when assuming a role)
# session_token: YOUR_AWS_S3_SESSION_TOKEN

# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
Expand Down

0 comments on commit 620e9b5

Please sign in to comment.