changeset 1014:fcfd53aa7446

S3 rate limit
author Alain Mazy <am@osimis.io>
date Thu, 11 Jan 2024 09:02:40 +0100
parents ab270400aae1
children f263cd65a754
files Sphinx/source/plugins/object-storage.rst
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst	Tue Jan 09 11:50:17 2024 +0100
+++ b/Sphinx/source/plugins/object-storage.rst	Thu Jan 11 09:02:40 2024 +0100
@@ -245,6 +245,10 @@
 when migrating your data from a file system to an object storage since you can copy all the file
 hierarchy as is.
 
+*Note* : With AWS S3, there might be `some limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html>`__ 
+on the number of HTTP operations per *prefix*.  Therefore, the ``legacy`` structure might 
+overcome these limitations.  Note that, as of today, no one could confirm it had a real impact on Orthanc.
+
 The **RootPath** allows you to store the files in another folder as the root level of the
 object storage.  Note: it shall not start with a ``/``.