Skip to content

Commit

Permalink
Fix #12727. Add region in connection profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 29, 2021
1 parent 35cf01f commit d83e6f3
Show file tree
Hide file tree
Showing 6 changed files with 588 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DigitalOcean Spaces (ams3).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>ams3</string>
<key>Regions</key>
<array>
<string>ams3</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
Expand Down
6 changes: 6 additions & 0 deletions DigitalOcean Spaces (fra1).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>fra1</string>
<key>Regions</key>
<array>
<string>fra1</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
Expand Down
6 changes: 6 additions & 0 deletions DigitalOcean Spaces (nyc3).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>nyc3</string>
<key>Regions</key>
<array>
<string>nyc3</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
Expand Down
6 changes: 6 additions & 0 deletions DigitalOcean Spaces (sfo2).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>sfo2</string>
<key>Regions</key>
<array>
<string>sfo2</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
Expand Down
Loading

0 comments on commit d83e6f3

Please sign in to comment.