Skip to content

Commit

Permalink
Merge pull request #106 from iterate-ch/issue/105
Browse files Browse the repository at this point in the history
Add region property
  • Loading branch information
dkocher authored Nov 1, 2024
2 parents d542eb2 + b57fb41 commit e5f01bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cloudflare R2 Storage (S3).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<string>&lt;accountid&gt;.r2.cloudflarestorage.com</string>
<key>Hostname Configurable</key>
<true/>
<key>Default Hostname</key>
<string/>
<key>Port Configurable</key>
<false/>
<key>Regions</key>
Expand All @@ -24,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 e5f01bd

Please sign in to comment.