Configuring Cyberduck for OOS
You can install Cyberduck, an open source web interface, to use OUTSCALE Object Storage (OOS).
3DS OUTSCALE provides XML files that you can use to automatically configure Cyberduck.
For more information about how to use Cyberduck, see Official Cyberduck documentation for S3.
Configuring Cyberduck for Object Storage on macOS
Before you begin: Download and install Cyberduck from https://cyberduck.io/. |
-
To automatically configure Cyberduck the first time you launch it, type the following command in a terminal of your machine:
$ cd "/${HOME}/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Bookmarks/" ; wget https://oos.eu-west-2.outscale.com/publicctn/Outscale_oos_signed.duck ; open /Applications/Cyberduck.app/
Cyberduck opens.
-
In the main window, double-click the OOS connection. A dialog box appears.
-
Specify your identifiers:
-
In the Access Key ID field, type your access key ID.
-
In the Secret Access Key field, type the secret access key associated with your access key ID.
To get your access key ID and your secret key to allow a connection to the APIs, see Getting Information About Your Access Keys.
-
-
Click Connect to validate. You are connected to your OOS resources, and your buckets and files appear in the interface.
-
To manually configure an OOS connection, you can click Open Connection
. In that case, do not specify "https" when you type the endpoint corresponding to the Region you want to use.
-
You can disable the "Bonjour" notifications from Cyberduck using the following command in your terminal:
$ defaults write ch.sudo.cyberduck rendezvous.enable false
-
You can enable the "Bonjour" notifications again using the same command by replacing
false
withtrue
.
-
Related Page