We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1b1e1 commit 4c3338eCopy full SHA for 4c3338e
s3/s3.go
@@ -77,19 +77,19 @@ const (
77
)
78
79
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
+ 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
93
EnableDualStack bool
94
}
95
0 commit comments