mirror of
https://github.com/rclone/rclone.git
synced 2025-07-01 04:50:12 +02:00
s3: update Scaleway's configuration options - fixes #7507
In order to handle special character, the configuration must specify rclone configuration to use `list_url_encode`.
This commit is contained in:
committed by
GitHub
parent
bce80be2f8
commit
f9429de807
@ -3190,8 +3190,8 @@ func setQuirks(opt *Options) {
|
||||
if opt.MaxUploadParts > 1000 {
|
||||
opt.MaxUploadParts = 1000
|
||||
}
|
||||
urlEncodeListings = false
|
||||
useAlreadyExists = false // untested
|
||||
urlEncodeListings = true
|
||||
useAlreadyExists = true
|
||||
case "SeaweedFS":
|
||||
listObjectsV2 = false // untested
|
||||
virtualHostStyle = false
|
||||
|
Reference in New Issue
Block a user