ZERO-Z3 with the MinIO Client (mc)¶
mc is the quickest command line for day-to-day work: copy, mirror, presigned links
and public access in one tool.
Configure¶
mc alias set z3 https://fra.s3.zeroservices.eu YOUR_ACCESS_KEY YOUR_SECRET_KEY
Use the endpoint of your region: fra1.s3.zeroservices.eu, fra.s3.zeroservices.eu
(FRA2) or eyl1.s3.zeroservices.eu. Keys come from the
customer portal.
Use¶
mc ls z3/my-bucket/
mc cp file.txt z3/my-bucket/
mc mirror ./local z3/my-bucket/prefix/
mc rm z3/my-bucket/file.txt
Presigned URLs¶
mc share download z3/my-bucket/file.zip # time-limited download link
mc share upload z3/my-bucket/uploads/ # time-limited upload target
Public access¶
mc anonymous set download z3/my-bucket # public read
mc anonymous set none z3/my-bucket # private again
Your bucket already exists; it was created with your order. One account holds one bucket, see accounts and buckets.