We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461c4f4 commit aac0c2eCopy full SHA for aac0c2e
charts/s3proxy/templates/NOTES.txt
@@ -51,7 +51,18 @@
51
# Upload a file
52
aws --endpoint-url http://<SERVICE_URL> s3 cp /path/to/file s3://test-bucket/
53
54
+
55
# 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/
66
{{- end }}
67
68
4. Monitoring:
0 commit comments