We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b10340 commit 64ed9b1Copy full SHA for 64ed9b1
backend/s3/s3.go
@@ -3628,7 +3628,7 @@ func setQuirks(opt *Options) {
3628
useUnsignedPayload = false // AWS has trailer support which means it adds checksums in the trailer without seeking
3629
case "Alibaba":
3630
useMultipartEtag = false // Alibaba seems to calculate multipart Etags differently from AWS
3631
- useAlreadyExists = true // returns 200 OK
+ useAlreadyExists = false // returns BucketAlreadyExists
3632
case "HuaweiOBS":
3633
// Huawei OBS PFS is not support listObjectV2, and if turn on the urlEncodeListing, marker will not work and keep list same page forever.
3634
urlEncodeListings = false
0 commit comments