From bc512f2beeb1c610add77a74d15876dbeafe5a07 Mon Sep 17 00:00:00 2001 From: aram price Date: Thu, 17 Sep 2026 14:26:07 -0700 Subject: [PATCH] fix formatting - allows dependency updates to work --- config/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, }