Supabase has reached General Availability

Learn more
Back
Cyberduck

Cyberduck

Overview

Cyberduck is a free and open-source file manager for Windows and macOS that can be used to connect to Supabase Storage S3. In this guide, you'll learn how to connect to Supabase Storage S3 with Cyberduck.

Supabase Cyberduck

Prerequisites

You'll need valid credentials to connect to Supabase Storage S3. You can generate these credentials from the Supabase Dashboard.

Download Cyberduck

You can download Cyberduck from the Download Page.

Configure Cyberduck Profile

To configure cyberduck to connect to Supabase Storage S3 you need to create a custom profile.

Copy the following profile into a file called supabase.cyberduckprofile


_29
<?xml version="1.0" encoding="UTF-8"?>
_29
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
_29
<plist version="1.0">
_29
<dict>
_29
<key>Protocol</key>
_29
<string>s3</string>
_29
<key>Vendor</key>
_29
<string>Supabase Storage S3</string>
_29
<key>Scheme</key>
_29
<string>https</string>
_29
<key>Description</key>
_29
<string>Supabase Storage (S3)</string>
_29
<key>Default Hostname</key>
_29
<string>YOUR_PROJECT_REF.supabase.co</string>
_29
<key>Default Port</key>
_29
<string>443</string>
_29
<key>Region</key>
_29
<string>YOUR_REGION</string>
_29
<key>Properties</key>
_29
<array>
_29
<string>s3.storage.class.options=STANDARD</string>
_29
<string>s3.bucket.virtualhost.disable=true</string>
_29
</array>
_29
<key>Context</key>
_29
<string>/storage/v1/s3</string>
_29
<key>Help</key>
_29
<string>https://supabase.com/docs/guides/storage</string>
_29
</dict>
_29
</plist>

Change the following values in the profile:

  • YOUR_PROJECT_REF with your Supabase project reference.
  • YOUR_REGION with your Supabase region.

Save the profile and double click on the file to open it with Cyberduck.

Connect to Supabase Storage S3

You'll be presented with the following screen, fill in the Access Key ID and the Secret Access Key with your credentials.

credentials

Close the window, and double click on the profile to connect to Supabase Storage S3.

Details

DeveloperSupabase
CategoryStorage

Third-party integrations and docs are managed by Supabase partners.