Skip to content

Commit

Permalink
updated minio
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Oct 16, 2024
1 parent 03c5ebf commit d396b6d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions minio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

## SNIPPETS

<details><summary><b>USE MINIO PLAY FOR TESTING</b></summary>

```bash
cat << EOF> ~/.mc/config.json
{
"version": "10",
"aliases": {
"play": {
"url": "https://play.min.io",
"accessKey": "minioadmin",
"secretKey": "minioadmin",
"api": "s3v4",
"path": "auto"
}
}
}
EOF
```
```bash
# ZIP A TEST FOLDER (JUST FOR REFERENCE - NOT REQUIRED)
zip -r toolkit.zip toolkit/
# CREATE A BUCKET
mc mb play/ankit
# COPY TO BUCKET
mc cp toolkit.zip play/ankit
```
</details>
<details><summary><b>MC CONFIG (EXAMPLE)</b></summary>
```json
Expand Down

0 comments on commit d396b6d

Please sign in to comment.