Skip to content

Commit

Permalink
Add AWS profile config setting [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Dec 7, 2022
1 parent d894770 commit 66f4669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ to specify your bucket credentials. For example::
aws {
accessKey = '<YOUR S3 ACCESS KEY>'
secretKey = '<YOUR S3 SECRET KEY>'
region = '<REGION IDENTIFIER>'
region = '<AWS REGION IDENTIFIER>'
profile = '<AWS CONFIG PROFILE>' // optional
}

Click the following link to learn more about `AWS Security Credentials <http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html>`_.
Expand Down

0 comments on commit 66f4669

Please sign in to comment.