From d238f36f7a68eee51f05c85386dbb6e64c22b7f2 Mon Sep 17 00:00:00 2001 From: Lukas SP <46935044+Lukaesebrot@users.noreply.github.com> Date: Mon, 10 Aug 2020 14:28:40 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 23ca077..0faf047 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,16 @@ Once you've done that, your config section should look like this: } ``` +If you want to specify some enhanced customs like the endpoint to use (may be useful if you want to use MinIO for example), you can use the `amazon-s3-custom` storage system: + +```json +{ + "type": "amazon-s3-custom", + "endpoint": "https://your-s3-endpoint.com", + "bucket": "your-bucket-name" +} +``` + Authentication is handled automatically by the client. Check [Amazon's documentation](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html) for more information. You will need to grant your role these permissions to