mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
ac87d3c9b1
commit
68e2289822
|
@ -56,6 +56,8 @@ You can create as many users as needed. Each user can have multiple credentials.
|
||||||
* The "Write:<bucket_name>" action allows uploading files within a bucket, e.g., "Write:bucket1".
|
* The "Write:<bucket_name>" action allows uploading files within a bucket, e.g., "Write:bucket1".
|
||||||
* The "Read:<bucket_name>" action allows reading and listing files within a bucket, e.g., "Read:bucket2".
|
* The "Read:<bucket_name>" action allows reading and listing files within a bucket, e.g., "Read:bucket2".
|
||||||
|
|
||||||
|
For public access, you can configure an identity with name "anonymous", usually with just "Read" action, or access to specific buckets.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"identities": [
|
"identities": [
|
||||||
|
|
Loading…
Reference in a new issue