'Create group in minio

I'm new to minio, I want to add policy to a directory of a bucket, I want to limit my application user to get or put objects of a bucket. So I think I should create a minio user and then create group and add policy to group and add users to group! But in minio client nodejs has not any method for create user or group! How can I do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source