1
0
mirror of https://github.com/astaxie/cookbook.git synced 2025-08-06 22:22:37 +03:00
Files
minio-cookbook/docs/how-to-use-cyberduck-with-minio.md

2.8 KiB

How to use Cyberduck with Minio Gitter

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 Mac OS X and Windows (as of version 4.0) licensed under the GPL.

Prerequisites

  • Cyberduck is installed and running. If not please download Cyberduck from here. Since Minio is Amazon S3 API compatible you will need to download Generic S3 Profiles. We are downloading HTTP profile for this setup.

  • 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 HTTPS Generic S3 Profiles

1. Add Minio authentication in Cyberduck

Click open connection, select HTTP

I_IMAGE

2. Replace the existing AWS S3 details with your local Minio credentials to:

MINIO_DASH

3. Click on the connect tab to establish connection.

Once the connection is established you can explore operations listed below.

List Bucket

B_LISTING

Upload Object

U_OBJECT

Download Object

D_OBJECT

Delete Object

D_OBJECT

Download bucket

D_BUCKET

Mirror Bucket

M_BUCKET

Delete Bucket

D_BUCKET

3. Explore Further