mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
6c03adf10b
commit
fbb4ae1895
|
@ -71,6 +71,9 @@ Not included:
|
||||||
| Multi byte ranges reads| Yes | No |
|
| Multi byte ranges reads| Yes | No |
|
||||||
| DeleteObject deletes a folder| Yes | No |
|
| DeleteObject deletes a folder| Yes | No |
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
By default, the access key and secret key to access `weed s3` is not authenticated. To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -config=config.json`.
|
By default, the access key and secret key to access `weed s3` is not authenticated. To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -config=config.json`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue