Home > Software > Webdevelopment > Servers > Minio Client

Minio Client logo

Details

Package ID
minio-client
Version
2020.05.06
Downloads
2105
Website
https://minio.io/

Summary

MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc.

Description

Minio is a distributed object storage server, written in Go and open sourced under Apache License Version 2.0

MinIO Client supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4).

List of featured commands

ls       list buckets and objects
mb       make a bucket
rb       remove a bucket
cat      display object contents
head     display first 'n' lines of an object
pipe     stream STDIN to an object
share    generate URL for temporary access to an object
cp       copy objects
mirror   synchronize objects to a remote site
find     search for objects
sql      run sql queries on objects
stat     stat contents of objects
diff     list differences in object name, size, and date between buckets
rm       remove objects
event    manage object notifications
watch    watch for object events
policy   manage anonymous access to objects
admin    manage MinIO servers
session  manage saved sessions for cp command
config   manage mc configuration file
update   check for a new software update
version  print version info   

Comments

Loading comments...