Updates goamz dependency from crowdmob->AdRoll

Also includes goamz PR #331 for s3 v4 auth + IAM role support
This commit is contained in:
Brian Bland 2015-02-02 11:03:20 -08:00
parent c41141fbd3
commit fb71af75c8
32 changed files with 123 additions and 45 deletions

View file

@ -9,7 +9,7 @@ import (
"net/url"
"time"
"github.com/crowdmob/goamz/cloudfront"
"github.com/AdRoll/goamz/cloudfront"
"github.com/docker/distribution/storagedriver"
)