Created Amazon IAM API (markdown)

Konstantin Lebedev 2021-03-25 19:34:52 +05:00
parent 6538d83a3b
commit 4030e19d98

19
Amazon-IAM-API.md Normal file

@ -0,0 +1,19 @@
To be compatible with Amazon IAM API, a separate "weed iam" command is provided.
# How it works?
`weed iam` will start a stateless gateway server to bridge the Amazon IAM API to SeaweedFS Filer. For convenience, weed server -iam will start a master, a volume server, a filer, and the IAM gateway. And weed filer -iam can start a filer and the IAM gateway together also.
# Supported APIs
```
* CreateAccessKey
* CreateUser
* CreatePolicy
* CreateRole
* PutUserPolicy
* DeleteAccessKey
* DeleteUser
* GetUser
* ListUsers
* ListAccessKeys
```