Hello @ricsanfre,
The minio_bucket.py library allows to provide an empty value for the policy field. Unfortunately, I was not able to find out how to provide a null value to the library, so that I can create a private bucket (no policy), instead of a public one with defined policy like "read-only".
I am guessing that we should change the role code to something like :
Hello @ricsanfre, The minio_bucket.py library allows to provide an empty value for the
policy
field. Unfortunately, I was not able to find out how to provide a null value to the library, so that I can create a private bucket (no policy), instead of a public one with defined policy like "read-only". I am guessing that we should change the role code to something like :Thanks in advance for your help, Thibault