Skip to content

Commit aac0c2e

Browse files
committed
Add mc docs to notes
1 parent 461c4f4 commit aac0c2e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

charts/s3proxy/templates/NOTES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,18 @@
5151
# Upload a file
5252
aws --endpoint-url http://<SERVICE_URL> s3 cp /path/to/file s3://test-bucket/
5353

54+
5455
# You can also use other AWS S3 API compatible clients like MinIO's mc
56+
mc alias set s3proxy http://<SERVICE_URL> <your-s3proxy-identity> <your-s3proxy-credential>
57+
58+
# List buckets
59+
mc ls s3proxy
60+
61+
# Create a bucket
62+
mc mb s3proxy/test-bucket
63+
64+
# Upload a file
65+
mc cp /path/to/file s3proxy/test-bucket/
5566
{{- end }}
5667

5768
4. Monitoring:

0 commit comments

Comments
 (0)