minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
822 stars 318 forks source link

Does Python SDK support custom IAM policies? #1360

Closed xujuchao closed 9 months ago

balamurugana commented 9 months ago

How do you do this with mc tool?

xujuchao commented 9 months ago

I didn't find any parameters related to the mc tool, but the Minio Console supports IAM Policy based, will the normal Minio sdk also support it?

image

balamurugana commented 9 months ago

Refer IAM policy related APIs in minioadmin.py

xujuchao commented 9 months ago

I just read this is based on group or user dimension, I prefer IAM Access key Policy, does Python SDK support it?