mirror of
https://github.com/rclone/rclone
synced 2024-11-16 16:15:34 +01:00
s3: add Qiniu KODO quirks virtualHostStyle is false
This commit is contained in:
parent
708391a5bf
commit
e9a753f678
@ -2977,6 +2977,7 @@ func setQuirks(opt *Options) {
|
||||
case "Qiniu":
|
||||
useMultipartEtag = false
|
||||
urlEncodeListings = false
|
||||
virtualHostStyle = false
|
||||
case "GCS":
|
||||
// Google break request Signature by mutating accept-encoding HTTP header
|
||||
// https://github.com/rclone/rclone/issues/6670
|
||||
|
Loading…
Reference in New Issue
Block a user