Minio: add new functions
This commit is contained in:
parent
722c4caac5
commit
7e2ac0fabd
@ -57,6 +57,10 @@ buckets:
|
||||
policy: download
|
||||
purge: false
|
||||
versioning: false
|
||||
- name: sharing
|
||||
policy: sharing
|
||||
purge: false
|
||||
versioning: false
|
||||
metrics:
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
@ -97,3 +101,13 @@ policies:
|
||||
- 'arn:aws:s3:::badhouseplants-net/*'
|
||||
actions:
|
||||
- "s3:*"
|
||||
- name: sharing
|
||||
statements:
|
||||
- resources:
|
||||
- 'arn:aws:s3:::sharing'
|
||||
actions:
|
||||
- "s3:*"
|
||||
- resources:
|
||||
- 'arn:aws:s3:::sharing/*'
|
||||
actions:
|
||||
- "s3:*"
|
||||
|
Reference in New Issue
Block a user