Skip to content

Commit c89ceaf

Browse files
Update minio.md
1 parent adffde3 commit c89ceaf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

minio.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,17 @@ EOF
4040
# ZIP A TEST FOLDER (JUST FOR REFERENCE - NOT REQUIRED)
4141
zip -r toolkit.zip toolkit/
4242
43+
# LIST BUCKET
44+
mc ls play
45+
4346
# CREATE A BUCKET
4447
mc mb play/ankit
4548
4649
# COPY TO BUCKET
4750
mc cp toolkit.zip play/ankit
51+
52+
# COPY FROM BUCKET
53+
mc cp play/andreu/xlanguage.png ./bla.png
4854
```
4955
5056
</details>

0 commit comments

Comments
 (0)