Skip to content

Commit

Permalink
revert go modules
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroki6 <[email protected]>
Signed-off-by: Hiroki6 <[email protected]>
  • Loading branch information
Hiroki6 committed Aug 5, 2024
1 parent dc14e0f commit 7e9cc49
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ const (
)

type S3ClientOpts struct {
Endpoint string
AddressingStyle AddressingStyle
Region string
Secure bool
Transport http.RoundTripper
AccessKey string
SecretKey string
SessionToken string
Trace bool
RoleARN string
RoleSessionName string
UseSDKCreds bool
EncryptOpts EncryptOpts
Endpoint string
AddressingStyle AddressingStyle
Region string
Secure bool
Transport http.RoundTripper
AccessKey string
SecretKey string
SessionToken string
Trace bool
RoleARN string
RoleSessionName string
UseSDKCreds bool
EncryptOpts EncryptOpts
EnableDualStack bool
}

Expand Down

0 comments on commit 7e9cc49

Please sign in to comment.