Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.39 KB

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

File metadata and controls

48 lines (24 loc) · 2.39 KB

How to use Mountain Duck with Minio Gitter

In this recipe you will learn how to carry out basic operations on Minio using Mountain Duck. Mountain Duck lets you mount server and cloud storage as a local disk in the Finder.app on Mac and the File Explorer on Windows. It is released under the GPL license v2.0.

1. Prerequisites

  • Mountain Duck is installed and running. We are using S3(HTTP) profile for this setup.

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

NOTE: You can also run Minio in HTTPS, follow this guide along with Mountain Duck S3(HTTPS) profile.

2. Steps

Add Minio authentication in Mountain Duck

Click on Mountain Duck icon and open the application via navigation menu. Click open connection, select S3(HTTP)

I_IMAGE

Replace the existing AWS S3 details with your local Minio credentials

MINIO_DASH

MINIO_DASH2

Click on the connect tab to establish connection.

You will be asked to connect via insecure connection since we are using HTTP instead of HTTPS, accept it. Once the connection is established you can explore further, some operations are listed below.

List Bucket

B_LISTING

Copy bucket to local file system

D_BUCKET

Delete Bucket

D_BUCKET

3. Explore Further