mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
make list of supported apis more clarify
parent
4c2621c525
commit
e88dc33d2e
|
@ -7,16 +7,21 @@ To be compatible with Amazon IAM API, a separate "weed iam" command is provided.
|
||||||
|
|
||||||
```
|
```
|
||||||
* CreateAccessKey
|
* CreateAccessKey
|
||||||
|
* ListAccessKeys
|
||||||
|
* DeleteAccessKey
|
||||||
* CreateUser
|
* CreateUser
|
||||||
|
* ListUsers
|
||||||
|
* GetUser
|
||||||
|
* DeleteUser
|
||||||
* CreatePolicy
|
* CreatePolicy
|
||||||
* PutUserPolicy
|
* PutUserPolicy
|
||||||
* GetUserPolicy
|
* GetUserPolicy
|
||||||
* DeleteUserPolicy
|
* DeleteUserPolicy
|
||||||
* DeleteAccessKey
|
|
||||||
* DeleteUser
|
|
||||||
* GetUser
|
|
||||||
* ListUsers
|
|
||||||
* ListAccessKeys
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
|
Loading…
Reference in a new issue