diff --git a/s3/s3.go b/s3/s3.go index 1552bc17..e968e52b 100644 --- a/s3/s3.go +++ b/s3/s3.go @@ -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 }