Cyberduck Help / Howto / OVH Public Cloud Storage
With the OVH Object Storage cloud solution, you only pay for what you use with no limitation when it comes to size and duration. Thanks to the OpenStack Swift technology, you can store your high performance data in the OVH cloud environment and instantly access it at any time. This solution is perfect for web projects and can be used to make your objects available through HTTP.
See also HubiC (OVH).
Connection Configuration
OVH Public Cloud Storage is using OpenStack Swift APIs for its storage service.
You will need to create a new user in the OVH manager in Cloud → Servers → Project → OpenStack. Choose Download OpenStack configuration file (openrc.sh) and open it in a text editor. Copy the values OS_TENANT_ID:OS_USERNAME for the username from the file.
- Server: auth.cloud.ovh.net
- Port: 443
- Username: OS_TENANT_ID:OS_USERNAME
- Password: Password. You will find the password in the user list in Project → OpenStack.
Connection Profile
- Download the OVH Public Cloud Storage Connection Profile for preconfigured settings.
References
Containers
You can choose the region when creating a new container with File → New Folder….
CLI Usage
To use connection profile must be installed to connect with following parameters using Cyberduck CLI.
duck --username OS_TENANT_ID:OS_USERNAME --password PROJECT_USER_PASSWORD --region BHS3 --list ovh://CONTAINERNAME
Alternatively connect with the default connection profile by setting the authentication hostname with
duck --username OS_TENANT_ID:OS_USERNAME --password PROJECT_USER_PASSWORD --region BHS3 --list swift://auth.cloud.ovh.net/CONTAINERNAME
References
Attachments (2)
- OVH Public Cloud Storage.png (221.0 KB) - added by dkocher on Jul 14, 2017 at 12:50:24 PM.
- OVH Cloud Manager.png (291.9 KB) - added by dkocher on Jul 14, 2017 at 12:58:02 PM.
Download all attachments as: .zip