mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Updated Amazon S3 API (markdown)
+1
-1
@@ -4,7 +4,7 @@ To be compatible with Amazon S3 API, a separate "weed s3" command is provided. T
|
||||
`weed s3` will start a stateless gateway server to bridge the Amazon S3 API to SeaweedFS Filer.
|
||||
For convenience, `weed server -s3` will start a master, a volume server, a filer, and the S3 gateway. And `weed filer -s3` can start a filer and the S3 gateway together also.
|
||||
|
||||
Each bucket is stored in one collection, and mapped to folder /buckets/<bucket_name> by default.
|
||||
Each bucket is stored in one collection, and mapped to folder `/buckets/<bucket_name>` by default.
|
||||
|
||||
A bucket can be deleted efficiently by deleting the whole collection.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user