mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
64e6a422e0
commit
3379e144b6
|
@ -119,7 +119,7 @@ By default, the access key and secret key to access `weed s3` is not authenticat
|
|||
|
||||
## Static Configuration
|
||||
|
||||
To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -config=config.json`.
|
||||
To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -config=config.json`. The config file can be re-read on the HUB signal without restarting the main process via `pkill -HUP weed`
|
||||
|
||||
You just need to create a user with all "Admin", "Read", "Write", "List", "Tagging" actions.
|
||||
You can create as many users as needed. Each user can have multiple credentials.
|
||||
|
|
Loading…
Reference in a new issue