From b57fb41ccf7d4e3dd2199cae9f5b002a2abce5e8 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Thu, 31 Oct 2024 21:11:54 +0100 Subject: [PATCH] Fix #105. Add default region to profile to use in AWS4 signatures. --- Cloudflare R2 Storage (S3).cyberduckprofile | 4 ++++ IBM COS (ap-geo).cyberduckprofile | 2 ++ IBM COS (eu-geo).cyberduckprofile | 2 ++ IBM COS (us-geo).cyberduckprofile | 2 ++ 4 files changed, 10 insertions(+) diff --git a/Cloudflare R2 Storage (S3).cyberduckprofile b/Cloudflare R2 Storage (S3).cyberduckprofile index 2a62a8e..139144a 100644 --- a/Cloudflare R2 Storage (S3).cyberduckprofile +++ b/Cloudflare R2 Storage (S3).cyberduckprofile @@ -26,6 +26,10 @@ eeur apac + Region + + wnam + Properties s3.storage.class.options=STANDARD diff --git a/IBM COS (ap-geo).cyberduckprofile b/IBM COS (ap-geo).cyberduckprofile index 19d239a..95d2e0f 100644 --- a/IBM COS (ap-geo).cyberduckprofile +++ b/IBM COS (ap-geo).cyberduckprofile @@ -40,6 +40,8 @@ ap-cold ap-smart + Region + ap-standard Properties s3.bucket.virtualhost.disable=true diff --git a/IBM COS (eu-geo).cyberduckprofile b/IBM COS (eu-geo).cyberduckprofile index 68af839..6b16763 100644 --- a/IBM COS (eu-geo).cyberduckprofile +++ b/IBM COS (eu-geo).cyberduckprofile @@ -40,6 +40,8 @@ eu-cold eu-smart + Region + ap-standard Properties s3.bucket.virtualhost.disable=true diff --git a/IBM COS (us-geo).cyberduckprofile b/IBM COS (us-geo).cyberduckprofile index 81452ba..78e0e22 100644 --- a/IBM COS (us-geo).cyberduckprofile +++ b/IBM COS (us-geo).cyberduckprofile @@ -40,6 +40,8 @@ us-cold us-smart + Region + ap-standard Properties s3.bucket.virtualhost.disable=true