Added acl param

This commit is contained in:
2025-01-21 19:38:35 +08:00
parent cb71e4671a
commit 207fddb3ef
2 changed files with 14 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
# - |
# cd /tmp;
# _DATE=$( date -u +"%Y%m%dT%H%M%SZ" );
# bash /s3/arch_upload_aws4.sh blog $_DATE.tar.gz;
# bash /s3/arch_upload_aws4.sh blog/$_DATE.tar.gz $_DATE.tar.gz;
# rm -r dump/ $_DATE.tar.gz $_DATE.tar.gz.enc;
# volumeMounts:
# - mountPath: "/s3"