perkeep/pkg/misc/amazon/s3
Brian Gitonga Marete 630ba8c68f pkg/misc/amazon/s3: Fix test broken by commit bf8d6bdb.
Commit bf8d6bdb (s3: auto-select correct region, handle buckets with
dots in hostname) changed the definition of s3.Client replacing the
second field, which was of type *http.Client, with a field of type
http.RoundTripper. But the test utility function getTestClient() was
not modified accordingly. Fix this to make `go test' in
pkg/misc/amazon/s3 succeed again (without this fix the test fails to
build).

Change-Id: Ida383e2050e215cc2446303c0ce59aa7ab6e7981
2014-05-13 14:23:04 +03:00
..
auth.go s3: auto-select correct region, handle buckets with dots in hostname 2014-05-08 15:31:48 -07:00
auth_test.go Support alternate S3 hostnames 2013-09-01 09:50:35 -07:00
client.go s3: auto-select correct region, handle buckets with dots in hostname 2014-05-08 15:31:48 -07:00
client_test.go pkg/misc/amazon/s3: Fix test broken by commit bf8d6bdb. 2014-05-13 14:23:04 +03:00