github.com/minio/console@v1.3.0/policies/mcsTestUserAddOnly.json (about)

     1  {
     2    "name": "consoleTestUserAddOnly",
     3    "Statement": [
     4      {
     5        "Action": ["admin:CreateUser"],
     6        "Effect": "Allow",
     7        "Resource": ["arn:aws:s3:::*"]
     8      }
     9    ],
    10    "version": "2012-10-17"
    11  }