From 87bf3ba724754ba8d3f934081b9356924bfa61db Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 24 Mar 2021 01:06:12 -0700 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index 51991d6..ebf05c9 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -67,9 +67,10 @@ Not included: # Feature difference | | SeaweedFS | Amazon S3 | -| ---------------- | -- | -- | -| Multi byte ranges reads| Yes | No | +| ---------------------------- | --- | -- | +| Multi byte ranges reads | Yes | No | | DeleteObject deletes a folder| Yes | No | +| same path for both a file and a folder| No | Yes | By default, `weed s3` will automatically remove empty folders, to be consistent with AWS S3. You can use `weed s3 -allowEmptyFolder` to toggle this behavior.