From 769ba9c0dfb852a16498855d680609c438a39f13 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Jul 2020 14:12:51 -0700 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index b0077e7..32b5718 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -114,4 +114,8 @@ You can create as many users as needed. Each user can have multiple credentials. } ] } -``` \ No newline at end of file +``` + +## Presigned URL + +Presigned URL is supported. See [[AWS-CLI-with-SeaweedFS#presigned-url]] for example.