From 6887bc42ca0818f17cacda257968505d44457b09 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 13 Feb 2019 10:35:20 -0800 Subject: [PATCH] Updated Storage backend compatibility (markdown) --- Storage-backend-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage-backend-compatibility.md b/Storage-backend-compatibility.md index 51e598f..9cfc6a6 100644 --- a/Storage-backend-compatibility.md +++ b/Storage-backend-compatibility.md @@ -12,7 +12,7 @@ Some storage backends do not support all the features of S3: * limits container names to 63 characters and restricts character set to lowercase alphanumeric and dash * limits metadata keys to "C# identifiers". As far as I can tell, that's alphanumeric characters and dash; must not start with a number * does not support blob names with `\` or with sequences of `./` and `/.` -* maximum multipart upload size of 195 GB, see [JCLOUDS-1223](https://issues.apache.org/jira/browse/JCLOUDS-1223) +* maximum multipart upload size of 4.77 TB * does not support Expires header but does support Cache-Control header * does not support object-level access control * does not allow arbitrary list markers, partially emulated by mapping the last key to the opaque marker