Browse Source

added tree and rb command

Toastie 4 years ago
parent
commit
efb04aa220
1 changed files with 4 additions and 2 deletions
  1. 4 2
      minio-mc/README.md

+ 4 - 2
minio-mc/README.md

@@ -16,8 +16,10 @@ docker-compose run minio-mc
 #### Typical commands
 ```
 # buckets
-mc mb myminio/documents   # create
-mc ls myminio             # list
+mc mb myminio/documents   # create bucket
+mc ls myminio             # list list
+mc tree myminio           # list buckets and folders
+mc rb myminio/documents   # remove bucket
 
 # dealing with users
 mc admin user add myminio johndoe 30RandomAlphaNumericCharacters