Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 2.24 KB

how-to-use-cyberduck-with-minio.md

File metadata and controls

50 lines (25 loc) · 2.24 KB

How to use Cyberduck with Minio Slack

In this document you will learn how to carry out basic operations on Minio using Cyberduck. Cyberduck is an open source client for FTP and SFTP, WebDAV, OpenStack Swift, and Amazon S3, available for MacOS and Windows. It is released under the GPL license v2.0.

1. Prerequisites

  • Cyberduck is installed and running. Since Minio is Amazon S3 compatible, download a generic HTTP S3 profile from here.

  • Minio Server is running on localhost on port 9000 in HTTP, follow Minio quickstart guide for installing Minio.

NOTE: You can also run Minio in HTTPS, follow this guide along with Cyberduck generic HTTPS S3 profile from here

2. Steps

Add Minio authentication in Cyberduck

Click open connection, select HTTP

I_IMAGE

Replace the existing AWS S3 details with your local Minio credentials

MINIO_DASH

Click on the connect tab to establish connection

Once the connection is established you can explore further, some of the operations are listed below.

List Bucket

B_LISTING

Download bucket

D_BUCKET

Mirror Bucket

M_BUCKET

Delete Bucket

D_BUCKET

3. Explore Further