We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc17dfc commit 40b9ed9Copy full SHA for 40b9ed9
docs/user-guide.rst
@@ -578,7 +578,7 @@ can be used to make HTTP requests.::
578
credentials = aws.Credentials(
579
AUDIENCE, # Set GCP Audience.
580
"urn:ietf:params:aws:token-type:aws4_request", # Set AWS subject token type.
581
- aws_security_token_supplier=supplier, # Set supplier.
+ aws_security_credentials_supplier=supplier, # Set supplier.
582
scopes=SCOPES # Set desired scopes.
583
)
584
0 commit comments