Skip to content

Commit

Permalink
add transport to be roundtripper
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 17, 2020
1 parent 18af734 commit ac7716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ type Client struct {
type Options struct {
Creds *credentials.Credentials
Secure bool
Transport *http.Transport
Transport http.RoundTripper
Region string
BucketLookup BucketLookupType

Expand Down

0 comments on commit ac7716b

Please sign in to comment.