How to Use Cyberduck with Vultr Object Storage

Updated on April 8, 2021
How to Use Cyberduck with Vultr Object Storage header image

Introduction

Cyberduck is a graphical file manager for Windows and Mac that supports Vultr Object Storage. Vultr Object Storage is compatible with a subset of the S3 API. See our compatibility matrix for details.

Gather your Login Information

  1. Select the Objects menu at the top of the Vultr customer portal.

  2. Navigate to the object storage subscription listing.

    Screenshot of Object Storage credentials

  3. Make a note of your Hostname, Secret Key, and Access Key.

Create a Cyberduck Bookmark

Open Cyberduck.

  1. On the main menu, click Bookmark > New Bookmark.

    Screenshot of Cyberduck Bookmark editor

  2. Select Amazon S3 from the protocol dropdown.

  3. Enter the Hostname in the Server field.

  4. Enter the Access Key in the Access Key ID field.

  5. (Optional) You can enter the bucket name in the Path field or leave it blank if you work with multiple buckets.

Connect with Cyberduck

  1. Double-click your new bookmark.

    Screenshot of Bookmark

  2. You'll be prompted for the secret key.

    Screenshot of key prompt

  3. Click Login to connect.

Create Bucket

Navigate to the root, then choose "File, New Folder" from the menu, or right-click in the file area and select "New Folder". The folder name is the bucket name.

Remove Bucket

Right-click on a bucket, then click Delete.

Upload File

Drag and drop a file from your computer onto the bucket.

Download File

Right-click on a file, then click Download As....

Delete File

Right-click on a file, then click Delete.

Make a File Public

  1. Right-click on a file, then click Info.
  2. Go to the Permissions tab.
  3. Click the gear on the lower-left corner.
  4. Choose Everyone from the menu.
  5. Set the Permission dropdown to READ for the Everyone ACL table entry.
  6. Close the Info window.

Make a File Private

  1. Right-click on a file, then click Info.
  2. Go to the Permissions tab.
  3. If Everyone appears in the Access Control List (ACL), click the gear on the lower-left corner and remove the entry.
  4. Close the Info window.

Enable Directory Listing on a Bucket

  1. Right-click on a bucket, then click Info.
  2. Go to the Permissions tab.
  3. Click the gear on the lower-left corner, and choose Everyone from the menu.
  4. Set the Permission dropdown to READ for the Everyone ACL table entry.
  5. Close the Info window.

Disable Directory Listing on a Bucket

  1. Right-click on a bucket, then click Info.
  2. Go to the Permissions tab.
  3. If Everyone appears in the Access Control List (ACL), click the gear on the lower-left corner and remove the entry.
  4. Close the Info window.