mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon IAM API (markdown)
parent
28de5b0e71
commit
22658f769a
|
@ -17,3 +17,10 @@ To be compatible with Amazon IAM API, a separate "weed iam" command is provided.
|
||||||
* ListUsers
|
* ListUsers
|
||||||
* ListAccessKeys
|
* 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
|
||||||
|
```
|
Loading…
Reference in a new issue