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

Implement V2 signing and add simpledb. #316

Merged
merged 9 commits into from
Oct 8, 2015
Merged

Commits on Jul 16, 2015

  1. Configuration menu
    Copy the full SHA
    724b2cd View commit details
    Browse the repository at this point in the history
  2. golint suggestions

    jjeffery committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    4fed43b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Configuration menu
    Copy the full SHA
    8e1bfa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Merge branch 'master' of github.com:aws/aws-sdk-go

    Conflicts:
    	internal/model/api/api.go
    	internal/model/cli/gen-api/main.go
    jjeffery committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    40a4c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfc969 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Include "SecurityToken" parameter in V2 signer.

    When temporary credentials are used, the V2 signer should include a "SecurityToken" parameter with
    the session token.
    jjeffery committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    cbf6ae4 View commit details
    Browse the repository at this point in the history
  2. Remove restriction on POST method for v2 signer.

    As per PR revue by Jason Del Ponte.
    jjeffery committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    100f3a1 View commit details
    Browse the repository at this point in the history
  3. Use "AKID", "SECRET", "SESSION" for credentials in tests.

    As per PR review by Jason Del Ponte.
    jjeffery committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    7d88949 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Additional testing for v2 signer.

    In particular, test for additional query parameter (SecurityToken) for temporary credentials with a session.
    jjeffery committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    3bfa471 View commit details
    Browse the repository at this point in the history