logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Object Storage - MinIO Client (mc) | Online Free DevTools by Hexmos

Control object storage with MinIO Client (mc). Manage S3 buckets, configure access, and list content recursively. Free online tool, no registration required.

mc-cli

MinIO Client for object storage and filesystems. May be named mc or mcli on some systems. More information: https://minio.github.io/mc/.

  • Add connection to a S3 server:

mc alias set {{local}} {{http://localhost:9000}} {{access_key}} {{secret_key}}

  • Create a bucket:

mc mb {{local/bucket_name}}

  • List buckets and their content recursively:

mc ls {{local}} --recursive

See Also