mirror of
https://github.com/rclone/rclone.git
synced 2025-06-27 07:21:27 +02:00
S3: Ceph Backend use already exist changed to true (now tested) - fixes #7871
This commit is contained in:
parent
4568feb5f9
commit
7e04ff9528
@ -3160,7 +3160,7 @@ func setQuirks(opt *Options) {
|
|||||||
listObjectsV2 = false
|
listObjectsV2 = false
|
||||||
virtualHostStyle = false
|
virtualHostStyle = false
|
||||||
urlEncodeListings = false
|
urlEncodeListings = false
|
||||||
useAlreadyExists = false // untested
|
useAlreadyExists = true
|
||||||
case "ChinaMobile":
|
case "ChinaMobile":
|
||||||
listObjectsV2 = false
|
listObjectsV2 = false
|
||||||
virtualHostStyle = false
|
virtualHostStyle = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user