mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated AWS IAM CLI (markdown)
parent
548f8dd6db
commit
edb20ae349
|
@ -4,6 +4,16 @@ See [AWS-CLI-with-SeaweedFS](https://github.com/chrislusf/seaweedfs/wiki/AWS-CLI
|
|||
|
||||
# Execute commands
|
||||
|
||||
## Pre-requisite
|
||||
|
||||
* Remove `-s3.config` params
|
||||
* Create an admin through `weed shell`, and use these credentials to access IAM
|
||||
|
||||
e.g.:
|
||||
```
|
||||
s3.configure -apply -user admin -access_key some_access_key1 -secret_key some_secret_key1 -actions Admin
|
||||
```
|
||||
|
||||
## Create S3 credentials
|
||||
|
||||
Create user and access key
|
||||
|
|
Loading…
Reference in a new issue