Skip to main content
mc is MinIO’s command-line client for S3 storage. It works against a Tapedrive bucket once you set an alias for the gateway.

Before you start

You need a bucket and a credential. A bucket is a tape that has delegated writes to the gateway, and a credential is an access key pair the gateway operator issues you. Set up a bucket walks through both. Refer to the bucket by its lowercase label, not its base58 address. mc rejects bucket names with uppercase letters before sending any request.

Configure

Everyday commands

An empty mc diff means the mirror matches. Files over 16 MiB upload as multipart and come back byte for byte identical.

Good to know

  • mc mb reports that you already own the bucket and creates nothing. Buckets are created with tape create.
  • A recursive delete removes objects in one request, and they disappear from listings immediately. Each one is still its own transaction on the chain behind the scenes.

Next

  • Rclone does the same job with sync and check.
  • Deletions for what a bulk delete costs on chain.