User Tools

Site Tools


amazon-s3:minio:minio-installation-on-centos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
amazon-s3:minio:minio-installation-on-centos [2024/09/23 19:33] odeftaamazon-s3:minio:minio-installation-on-centos [2024/09/23 19:40] (current) odefta
Line 65: Line 65:
 </code> </code>
  
 +==== List bucket content ====
  
 +Here partial-rights is a bucket inside myminio alias.
 +<code>
 +mc ls myminio/partial-rights
 +</code>
  
 +==== Push a file (upload) ====
 +
 +Here full-access is a folder inside the partial-rights bucket.
 +<code>
 +mc cp /path/to/testfile myminio/partial-rights/full-access/
 +</code>
 +
 +==== Pull a file (download) ====
 +
 +Here TestFile file from the full-access folder is downloaded in /tmp folder.
 +<code>
 +mc cp myminio/partial-rights/full-access/TestFile /tmp/
 +</code>
amazon-s3/minio/minio-installation-on-centos.1727109189.txt.gz · Last modified: 2024/09/23 19:33 by odefta