Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.513.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.515.0
Choose a head ref
  • 3 commits
  • 50 files changed
  • 2 contributors

Commits on Aug 19, 2019

  1. Allow overwriting STS config in ChainableTemporaryCredentials (#2803)

    STS uses the global endpoint per default which does not work for
    "opt-in" regions. The `ChainableTemporaryCredentials` wrapper for
    fetching credentials via `AssumeRole` or `GetSessionToken` does not
    allow overriding the endpoint or set a different region.
    
    This change will introduce another optional constructor parameter for
    specifying the STS client configuration and forwarding it to the client
    constructor.
    
    fix: #2673
    workeitel authored and AllanZhengYP committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    3ffad9c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Updates SDK to v2.514.0

    awstools committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b796549 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Updates SDK to v2.515.0

    awstools committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    67898c7 View commit details
    Browse the repository at this point in the history
Loading