amazon-s3:minio:minio-installation-on-centos
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
amazon-s3:minio:minio-installation-on-centos [2024/09/23 19:33] – odefta | amazon-s3:minio:minio-installation-on-centos [2024/09/23 19:40] (current) – odefta | ||
---|---|---|---|
Line 65: | Line 65: | ||
</ | </ | ||
+ | ==== List bucket content ==== | ||
+ | Here partial-rights is a bucket inside myminio alias. | ||
+ | < | ||
+ | mc ls myminio/ | ||
+ | </ | ||
+ | ==== Push a file (upload) ==== | ||
+ | |||
+ | Here full-access is a folder inside the partial-rights bucket. | ||
+ | < | ||
+ | mc cp / | ||
+ | </ | ||
+ | |||
+ | ==== Pull a file (download) ==== | ||
+ | |||
+ | Here TestFile file from the full-access folder is downloaded in /tmp folder. | ||
+ | < | ||
+ | mc cp myminio/ | ||
+ | </ |
amazon-s3/minio/minio-installation-on-centos.txt · Last modified: 2024/09/23 19:40 by odefta