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:
Alexandre Lavigne
2024-03-31 18:42:20 +02:00
committed by GitHub
parent bce80be2f8
commit f9429de807
2 changed files with 6 additions and 5 deletions

View File

@ -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