Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3: add support for STS session tokens #1472

Merged
merged 1 commit into from Jan 13, 2020
Merged

Commits on Jan 13, 2020

  1. S3: add support for STS session tokens (AWS STS service)

    If the user has set a session token (for AWS Security Token Service)
    then use it:
        - https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html
    
    For testing run: `aws sts get-session-token --duration-seconds 900`. See:
        - https://docs.aws.amazon.com/cli/latest/reference/sts/get-session-token.html
    ihnorton committed Jan 13, 2020
    Copy the full SHA
    2a55836 View commit details
    Browse the repository at this point in the history