Minio: add new functions
This commit is contained in:
parent
722c4caac5
commit
7e2ac0fabd
@ -57,6 +57,10 @@ buckets:
|
|||||||
policy: download
|
policy: download
|
||||||
purge: false
|
purge: false
|
||||||
versioning: false
|
versioning: false
|
||||||
|
- name: sharing
|
||||||
|
policy: sharing
|
||||||
|
purge: false
|
||||||
|
versioning: false
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -97,3 +101,13 @@ policies:
|
|||||||
- 'arn:aws:s3:::badhouseplants-net/*'
|
- 'arn:aws:s3:::badhouseplants-net/*'
|
||||||
actions:
|
actions:
|
||||||
- "s3:*"
|
- "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