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 9984b7b commit f427681Copy full SHA for f427681
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
with:
17
- fetch-dpth: 0
+ fetch-depth: 0
18
fetch-tags: true
19
20
- name: Configure Git
charts/s3proxy/templates/NOTES.txt
@@ -50,6 +50,8 @@
50
51
# Upload a file
52
aws --endpoint-url http://<SERVICE_URL> s3 cp /path/to/file s3://test-bucket/
53
+
54
+ # You can also use other AWS S3 API compatible clients like MinIO's mc
55
{{- end }}
56
57
4. Monitoring:
0 commit comments