Updated Amazon S3 API (markdown)

Chris Lu 2020-10-26 00:35:20 -07:00
parent f93f78c44c
commit 72d9e69431

@ -147,3 +147,16 @@ For public access, you can configure an identity with name "anonymous", usually
## Presigned URL
Presigned URL is supported. See [[AWS-CLI-with-SeaweedFS#presigned-url]] for example.
## Multiple S3 Nodes
If you need to setup multiple S3 nodes, you can just start multiple s3 instances pointing to a filer.
Usually you would also want to have multiple filers. The easiest way is to run filer together with a S3.
```
weed filer -s3
```