mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
8f1064e26a
commit
4269c30335
|
@ -207,6 +207,19 @@ For public access, you can configure an identity with name "anonymous", usually
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Actions with wildcard
|
||||||
|
|
||||||
|
Wildcard is partially supported for prefix lookup. The following example actions are allowed:
|
||||||
|
|
||||||
|
```
|
||||||
|
Read
|
||||||
|
Read:bucket
|
||||||
|
Read:bucket_prefix*
|
||||||
|
Read:bucket/*
|
||||||
|
Read:bucket/a/b/*
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Presigned URL
|
## Presigned URL
|
||||||
|
|
||||||
Presigned URL is supported. See [[AWS-CLI-with-SeaweedFS#presigned-url]] for example.
|
Presigned URL is supported. See [[AWS-CLI-with-SeaweedFS#presigned-url]] for example.
|
||||||
|
|
Loading…
Reference in a new issue