Browse Source

Added note saying session_token is optional

pull/298/head
Bart S 7 years ago
committed by GitHub
parent
commit
7628f819b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      octodns/provider/route53.py

+ 2
- 1
octodns/provider/route53.py View File

@ -221,7 +221,8 @@ class Route53Provider(BaseProvider):
access_key_id:
# The AWS secret access key
secret_access_key:
# The AWS session token
# The AWS session token (optional)
# Only needed if using temporary security credentials
session_token:
Alternatively, you may leave out access_key_id, secret_access_key


Loading…
Cancel
Save