ricsanfre / ansible-role-minio

Ansible role for installing and configuring Minio
https://galaxy.ansible.com/ricsanfre/minio
MIT License
50 stars 22 forks source link

feat: add object locking boolean for buckets #16

Closed desebjohnston closed 5 months ago

desebjohnston commented 5 months ago

Added object_lock value to bucket dicts to allow for creating buckets with minio object locking enabled since this has to be set at bucket creation:

https://min.io/docs/minio/container/administration/object-management/object-retention.html

ricsanfre commented 5 months ago

Thanks @desebjohnston for your contribution