mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 10:03:09 -07:00
Update README.md
This commit is contained in:
parent
670bab2fd9
commit
d238f36f7a
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
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)
|
[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
|
for more information. You will need to grant your role these permissions to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue