Skip to content

Commit

Permalink
Fix #105. Add default region to profile to use in AWS4 signatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 31, 2024
1 parent 246fe99 commit b57fb41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cloudflare R2 Storage (S3).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<string>eeur</string>
<string>apac</string>
</array>
<key>Region</key>
<array>
<string>wnam</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
Expand Down
2 changes: 2 additions & 0 deletions IBM COS (ap-geo).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<string>ap-cold</string>
<string>ap-smart</string>
</array>
<key>Region</key>
<string>ap-standard</string>
<key>Properties</key>
<array>
<string>s3.bucket.virtualhost.disable=true</string>
Expand Down
2 changes: 2 additions & 0 deletions IBM COS (eu-geo).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<string>eu-cold</string>
<string>eu-smart</string>
</array>
<key>Region</key>
<string>ap-standard</string>
<key>Properties</key>
<array>
<string>s3.bucket.virtualhost.disable=true</string>
Expand Down
2 changes: 2 additions & 0 deletions IBM COS (us-geo).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<string>us-cold</string>
<string>us-smart</string>
</array>
<key>Region</key>
<string>ap-standard</string>
<key>Properties</key>
<array>
<string>s3.bucket.virtualhost.disable=true</string>
Expand Down

0 comments on commit b57fb41

Please sign in to comment.