From be867afac01e062a2d910d2fb26f23f9ee096cea Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 11 Sep 2020 10:19:24 -0700 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index 622eed8..0ba8be0 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -18,6 +18,7 @@ Currently, the following APIs are supported. * DeleteObject * ListObjectsV2 * ListObjectsV1 +* DeleteMultipleObjects // Bucket operations * PutBucket @@ -30,6 +31,7 @@ Currently, the following APIs are supported. * CompleteMultipartUpload * AbortMultipartUpload * ListMultipartUploads +* PutObjectPart * CopyObjectPart * ListObjectParts ```