Skip to content

Commit

Permalink
aws/signer/v4: Move AWS V4 Signer into public package (#735)
Browse files Browse the repository at this point in the history
* aws/signer/v4: Move AWS V4 Signer into public package

Moves the private/signer/v4 into the aws/signer/v4 package, exposing it
for general use.

* aws/signer/v4: Update signers documentation and request handler name

Updates the documentation for the V4 signer, along with renaming the
request handler's name to reduce confusion between it and signing
request outside of the context of the SDK.

* private/model/api: Update code gen to use public v4 signer

* private/signer/v4: Remove old private v4 signer
  • Loading branch information
jasdel authored Jun 23, 2016
1 parent f7183ea commit 7bbc764
Show file tree
Hide file tree
Showing 88 changed files with 942 additions and 832 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import (
"testing"
"time"

"github.com/stretchr/testify/assert"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/awstesting/unit"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/stretchr/testify/assert"
)

func TestPresignHandler(t *testing.T) {
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7bbc764

Please sign in to comment.