MinIO
Documentation related to the MinIO S3-compatible Object Storage Server
CLI
CLI Installation
1. Download Binary curl https://dl.min.io/client/mc/release/linux-amd64/mc \ --create-dirs \ ...
Server Authentication
To use the MinIO CLI mc, you need to setup a Connection to a S3 Server mc alias set <name> http:...
Create Bucket
Make sure Server Authentication is setup! mc mb <name>/<bucket-name>
Create User
Make sure Server Authentication is setup! mc admin user add <name> <username> <password>
Create/Assign Access Policy
For a User to acccess a Bucket, you'll need to create a Access Policy that defines Permissions T...