Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2020-09-23 12:11:48 +0300
committerGitHub <noreply@github.com>2020-09-23 12:11:48 +0300
commitdf3fa30841326a477bad6cd7b02a4ab2068fbe93 (patch)
treee0588e63d61fc65d0f0c55f4cc4b846dfe5d3ad7
parenta3ff9f6a0dbee3dd122df481b50401f227593c41 (diff)
parent7c59b3d53106b96d4c7680ebfdef27a57364c9f2 (diff)
Merge pull request #4314 from warwickmm/add_storadera_s3_provider
Add support for Storadera S3 provider
-rw-r--r--Duplicati/Library/Backend/S3/S3Backend.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/Library/Backend/S3/S3Backend.cs b/Duplicati/Library/Backend/S3/S3Backend.cs
index ee1b84eb1..b8dcb24c4 100644
--- a/Duplicati/Library/Backend/S3/S3Backend.cs
+++ b/Duplicati/Library/Backend/S3/S3Backend.cs
@@ -51,6 +51,7 @@ namespace Duplicati.Library.Backend
{ "dinCloud - Chicago", "d3-ord.dincloud.com" },
{ "dinCloud - Los Angeles", "d3-lax.dincloud.com" },
{ "IBM COS (S3) Public US", "s3-api.us-geo.objectstorage.softlayer.net" },
+ { "Storadera", "eu-east-1.s3.storadera.com" },
{ "Wasabi Hot Storage", "s3.wasabisys.com" },
{ "Wasabi Hot Storage (US West)", "s3.us-west-1.wasabisys.com" },
{ "Wasabi Hot Storage (EU Central)", "s3.eu-central-1.wasabisys.com" },