Updated Amazon IAM API (markdown)

Konstantin Lebedev 2021-04-09 11:00:04 +05:00
parent 28de5b0e71
commit 22658f769a

@ -16,4 +16,11 @@ To be compatible with Amazon IAM API, a separate "weed iam" command is provided.
* GetUser
* ListUsers
* ListAccessKeys
```
# Authentication
By default, the access key and secret key to access weed iam is not authenticated. To enable credential based access, create an admin credentials to the example below
```
echo 's3.configure -access_key some_access_key1 -secret_key some_secret_key1 -user iam -actions Admin -apply' | weed shell
```