1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

s3: add Exaba provider

This commit is contained in:
Nick Craig-Wood
2025-02-10 19:37:00 +00:00
parent d4e2717081
commit 6c36615efe
3 changed files with 37 additions and 0 deletions

View File

@@ -101,6 +101,9 @@ var providerOption = fs.Option{
}, {
Value: "Dreamhost",
Help: "Dreamhost DreamObjects",
}, {
Value: "Exaba",
Help: "Exaba Object Storage",
}, {
Value: "FlashBlade",
Help: "Pure Storage FlashBlade Object Storage",
@@ -3598,6 +3601,8 @@ func setQuirks(opt *Options) {
urlEncodeListings = false
virtualHostStyle = false
useAlreadyExists = false // untested
case "Exaba":
virtualHostStyle = false
case "GCS":
// Google break request Signature by mutating accept-encoding HTTP header
// https://github.com/rclone/rclone/issues/6670