Updated Amazon S3 API (markdown)

Chris Lu 2020-06-22 10:02:56 -07:00
parent 4282b42ae2
commit 4bf5f61bbe

@ -39,7 +39,8 @@ Not included:
# Feature difference
| | SeaweedFS | Amazon S3 |
| ---------------- | -- | -- |
| Multi byte ranges| Yes | No |
| Multi byte ranges reads| Yes | No |
| DeleteObject deletes a folder| Yes | No |
# Authentication
By default, the access key and secret key to access `weed s3` is not authenticated. To To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -config=config.json`.