# HG changeset patch # User Alain Mazy # Date 1704960160 -3600 # Node ID fcfd53aa7446ca6369485e86960c1a62813f38a4 # Parent ab270400aae1e808f9ee7314fd9cc2aea27209d3 S3 rate limit diff -r ab270400aae1 -r fcfd53aa7446 Sphinx/source/plugins/object-storage.rst --- 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 `__ +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 ``/``.