From 3379e144b6408a2e5579bca353adcae962601177 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:42:33 +0500 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index 5ff8c67..8613d12 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -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.