Updated Amazon S3 API (markdown)

Chris Lu 2022-01-03 15:44:23 -08:00
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 is supported. See [[AWS-CLI-with-SeaweedFS#presigned-url]] for example.