From bc79b435a243bf0a95fd8949ccfee59680f21780 Mon Sep 17 00:00:00 2001 From: kannappanr <30541348+kannappanr@users.noreply.github.com> Date: Tue, 13 Aug 2019 08:50:43 -0700 Subject: [PATCH] Doc: Fix PutObject API known limitations text (#7704) --- docs/gateway/b2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway/b2.md b/docs/gateway/b2.md index a19509d75..6154665d5 100644 --- a/docs/gateway/b2.md +++ b/docs/gateway/b2.md @@ -43,7 +43,7 @@ mc ls myb2 ### Known limitations Gateway inherits the following B2 limitations: -- PutObject() does not return an md5sum of the uploaded file as an etag response. Apps that check vailidity will fail. +- PutObject S3 API does not return the md5sum of an uploaded file as it's etag response. Applications that check the validity of the uploaded object by comparing these two values will fail. - No support for CopyObject S3 API (There are no equivalent APIs available on Backblaze B2). - No support for CopyObjectPart S3 API (There are no equivalent APIs available on Backblaze B2). - Only read-only bucket policy supported at bucket level, all other variations will return API Notimplemented error.