add missing read action

This commit is contained in:
Max Roby 2023-11-23 13:30:17 +01:00 committed by Chris Lu
parent f33f7c10f0
commit b8bfd4411a

View file

@ -58,7 +58,9 @@ spec:
{{- range $reg, $props := $.Values.filer.s3.createBuckets }}
{{- if $props.anonymousRead }}
exec /bin/echo \
"s3.configure --user anonymous --buckets {{ $props.name }}" |\
"s3.configure --user anonymous \
--buckets {{ $props.name }} \
--actions Read" |\
/usr/bin/weed shell
{{- end }}
{{- end }}