From f6fd407e47064604b444c9ad36b209cb65fe6e57 Mon Sep 17 00:00:00 2001 From: Scott Edlund Date: Tue, 28 May 2019 11:04:43 +0700 Subject: [PATCH] Add limitation to b2.md (#7680) The B2 gateway does not implement reporting md5sum as an etag response from PutObject. Add to Known Limitations. --- docs/gateway/b2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gateway/b2.md b/docs/gateway/b2.md index d9499a5f9..a19509d75 100644 --- a/docs/gateway/b2.md +++ b/docs/gateway/b2.md @@ -43,6 +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. - 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.