diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 9a255689e..286ebb283 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -2755,7 +2755,6 @@ func setQuirks(opt *Options) { mightGzip = false // Never auto gzips objects case "Alibaba": useMultipartEtag = false // Alibaba seems to calculate multipart Etags differently from AWS - listObjectsV2 = false // See #6600 case "HuaweiOBS": // Huawei OBS PFS is not support listObjectV2, and if turn on the urlEncodeListing, marker will not work and keep list same page forever. urlEncodeListings = false