Connecting minio storage from node with private bucket #1330
-
We are using minio storage for storing data in my project. I have to access minio from Node server, below is the configuration I am using -
It works fine when my bucket settings is public (Access policy). I want to access my bucket with access policy as private. I tried useSSL: true, above but it did not work. I also tried port: 443. It did not work either. Does anyone have any idea how to connect to private buckets. ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Bucket policy ( Anonymous Policy) is different from IAM policy, which grants access to a user with policy actions. |
Beta Was this translation helpful? Give feedback.
Bucket policy ( Anonymous Policy) is different from IAM policy, which grants access to a user with policy actions.
https://min.io/docs/minio/linux/administration/identity-access-management/policy-based-access-control.html#minio-policy