s3: turn off list v2 support for Alibaba OSS since it does not work

See: #6600
This commit is contained in:
Nick Craig-Wood 2022-12-05 17:06:59 +00:00
parent ab849b3613
commit 4f386a1ccd
1 changed files with 1 additions and 0 deletions

View File

@ -2730,6 +2730,7 @@ 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