Skip to content

Commit

Permalink
Merge pull request #38 from iterate-ch/issue/26
Browse files Browse the repository at this point in the history
Add S3 connection profiles for OVH Public Cloud Storage.
  • Loading branch information
ylangisc authored May 24, 2023
2 parents cd90053 + ede7d54 commit 1b6bdb8
Show file tree
Hide file tree
Showing 6 changed files with 228 additions and 0 deletions.
38 changes: 38 additions & 0 deletions OVH Public Cloud Storage (bhs).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Vendor</key>
<string>ovh-bhs</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>OVH Public Cloud Storage (Beauharnois)</string>
<key>Default Hostname</key>
<string>s3.bhs.io.cloud.ovh.net</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>bhs</string>
<key>Regions</key>
<array>
<string>bhs</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/openstack/ovh/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions OVH Public Cloud Storage (gra).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Vendor</key>
<string>ovh-gra</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>OVH Public Cloud Storage (Gravelines)</string>
<key>Default Hostname</key>
<string>s3.gra.io.cloud.ovh.net</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>gra</string>
<key>Regions</key>
<array>
<string>gra</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/openstack/ovh/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions OVH Public Cloud Storage (rbx).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Vendor</key>
<string>ovh-rbx</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>OVH Public Cloud Storage (Roubaix)</string>
<key>Default Hostname</key>
<string>s3.rbx.io.cloud.ovh.net</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>rbx</string>
<key>Regions</key>
<array>
<string>rbx</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/openstack/ovh/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions OVH Public Cloud Storage (sbg).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Vendor</key>
<string>ovh-sbg</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>OVH Public Cloud Storage (Strasbourg)</string>
<key>Default Hostname</key>
<string>s3.sbg.io.cloud.ovh.net</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>sbg</string>
<key>Regions</key>
<array>
<string>sbg</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/openstack/ovh/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions OVH Public Cloud Storage (uk).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Vendor</key>
<string>ovh-uk</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>OVH Public Cloud Storage (London)</string>
<key>Default Hostname</key>
<string>s3.uk.io.cloud.ovh.net</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>uk</string>
<key>Regions</key>
<array>
<string>uk</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/openstack/ovh/</string>
</dict>
</plist>
38 changes: 38 additions & 0 deletions OVH Public Cloud Storage (waw).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>s3</string>
<key>Vendor</key>
<string>ovh-waw</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>OVH Public Cloud Storage (Warsaw)</string>
<key>Default Hostname</key>
<string>s3.waw.io.cloud.ovh.net</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Placeholder</key>
<string>Access Key</string>
<key>Password Placeholder</key>
<string>Secret Key</string>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>waw</string>
<key>Regions</key>
<array>
<string>waw</string>
</array>
<key>Properties</key>
<array>
<string>s3.storage.class.options=STANDARD</string>
</array>
<key>Help</key>
<string>https://docs.cyberduck.io/protocols/openstack/ovh/</string>
</dict>
</plist>

0 comments on commit 1b6bdb8

Please sign in to comment.