I' working with minio
and python
.
I looked on the API of creating new bucket:
https://docs.min.io/docs/python-client-api-reference.html#make_bucket
I can't understand what is the meaning of location
?
The description in the API (Region in which the bucket will be created.
) doesn't tell me much.
How can I use it? Is it a sub folder?
What is the right way to use the location value?