1

我需要进行用户模拟或拥有某种用户/组/权限。

Minio 是否有可能,或者我应该为每次访问实施我自己的权限系统?

4

1 回答 1

0

Minio implements AWS S3 APIs. The access key in the case of AWS S3 is not related to any user/group/permissions . So, you might have to do that in your application.

于 2018-07-11T18:37:13.107 回答