diff --git a/config/config.go b/config/config.go index 3409a7e8..000d78ec 100644 --- a/config/config.go +++ b/config/config.go @@ -76,11 +76,11 @@ func NewFromReader(reader io.Reader) (S3Cli, error) { } c := S3Cli{ - SSLVerifyPeer: true, - UseSSL: true, - MultipartUpload: true, - RequestChecksumCalculationEnabled: true, - ResponseChecksumCalculationEnabled: true, + SSLVerifyPeer: true, + UseSSL: true, + MultipartUpload: true, + RequestChecksumCalculationEnabled: true, + ResponseChecksumCalculationEnabled: true, UploaderRequestChecksumCalculationEnabled: true, }