s3: Add Hetzner Object Storage provider

This commit is contained in:
ByronBlaze 2025-01-30 22:25:44 +05:30
parent 6920829d19
commit 96e4155399
1 changed files with 2 additions and 0 deletions

View File

@ -3408,7 +3408,9 @@ func setQuirks(opt *Options) {
virtualHostStyle = false
urlEncodeListings = false
useMultipartEtag = false
mightGzip = false
useAlreadyExists = false
useUnsignedPayload = false
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