mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Created Amazon IAM API (markdown)
parent
6538d83a3b
commit
4030e19d98
19
Amazon-IAM-API.md
Normal file
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
|
||||
```
|
Loading…
Reference in a new issue