Skip to content

Commit 4c3338e

Browse files
committed
revert go modules
Signed-off-by: Hiroki6 <[email protected]>
1 parent 6c1b1e1 commit 4c3338e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

s3/s3.go

+13-13
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ const (
7777
)
7878

7979
type S3ClientOpts struct {
80-
Endpoint string
81-
AddressingStyle AddressingStyle
82-
Region string
83-
Secure bool
84-
Transport http.RoundTripper
85-
AccessKey string
86-
SecretKey string
87-
SessionToken string
88-
Trace bool
89-
RoleARN string
90-
RoleSessionName string
91-
UseSDKCreds bool
92-
EncryptOpts EncryptOpts
80+
Endpoint string
81+
AddressingStyle AddressingStyle
82+
Region string
83+
Secure bool
84+
Transport http.RoundTripper
85+
AccessKey string
86+
SecretKey string
87+
SessionToken string
88+
Trace bool
89+
RoleARN string
90+
RoleSessionName string
91+
UseSDKCreds bool
92+
EncryptOpts EncryptOpts
9393
EnableDualStack bool
9494
}
9595

0 commit comments

Comments
 (0)