add missing read action
This commit is contained in:
@@ -58,7 +58,9 @@ spec:
|
|||||||
{{- range $reg, $props := $.Values.filer.s3.createBuckets }}
|
{{- range $reg, $props := $.Values.filer.s3.createBuckets }}
|
||||||
{{- if $props.anonymousRead }}
|
{{- if $props.anonymousRead }}
|
||||||
exec /bin/echo \
|
exec /bin/echo \
|
||||||
"s3.configure --user anonymous --buckets {{ $props.name }}" |\
|
"s3.configure --user anonymous \
|
||||||
|
--buckets {{ $props.name }} \
|
||||||
|
--actions Read" |\
|
||||||
/usr/bin/weed shell
|
/usr/bin/weed shell
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user