Skip to content

Commit

Permalink
Merge pull request #2781 from sir-sigurd/patch-1
Browse files Browse the repository at this point in the history
Fix another backticks in Credentials guide
  • Loading branch information
nateprewitt committed Mar 9, 2021
2 parents a0bb87e + d8ad56b commit 6eaed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Assume role provider

This is a different set of credentials configuration than using IAM roles for EC2 instances, which is discussed in a section below.

Within the ``~/.aws/config file``, you can also configure a profile to indicate that Boto3 should assume a role. When you do this, Boto3 will automatically make the corresponding AssumeRole calls to AWS STS on your behalf. It will handle in-memory caching as well as refreshing credentials as needed.
Within the ``~/.aws/config`` file, you can also configure a profile to indicate that Boto3 should assume a role. When you do this, Boto3 will automatically make the corresponding AssumeRole calls to AWS STS on your behalf. It will handle in-memory caching as well as refreshing credentials as needed.

You can specify the following configuration values for configuring an IAM role in Boto3. For more information about a particular setting, see the :ref:`guide_configuration` section.

Expand Down

0 comments on commit 6eaed32

Please sign in to comment.