Updated Storage backend compatibility (markdown)

master
Timur Alperovich 2017-10-06 11:28:36 -07:00
rodzic 6e4d0f0346
commit 90b75a4737
1 zmienionych plików z 1 dodań i 0 usunięć

@ -7,6 +7,7 @@ Some storage backends do not support all the features of S3:
## Azure
* 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)
* does not support Expires header but does support Cache-Control header