Updated Amazon S3 API (markdown)

Konstantin Lebedev 2023-10-19 11:42:33 +05:00
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 ## 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 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. You can create as many users as needed. Each user can have multiple credentials.