comparison Sphinx/source/plugins/object-storage.rst @ 1014:fcfd53aa7446

S3 rate limit
author Alain Mazy <am@osimis.io>
date Thu, 11 Jan 2024 09:02:40 +0100
parents df9162e80fc8
children 5d4701d8fe28
comparison
equal deleted inserted replaced
1013:ab270400aae1 1014:fcfd53aa7446
243 243
244 The ``legacy`` behaviour mimics the Orthanc File System convention. This is actually helpful 244 The ``legacy`` behaviour mimics the Orthanc File System convention. This is actually helpful
245 when migrating your data from a file system to an object storage since you can copy all the file 245 when migrating your data from a file system to an object storage since you can copy all the file
246 hierarchy as is. 246 hierarchy as is.
247 247
248 *Note* : With AWS S3, there might be `some limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html>`__
249 on the number of HTTP operations per *prefix*. Therefore, the ``legacy`` structure might
250 overcome these limitations. Note that, as of today, no one could confirm it had a real impact on Orthanc.
251
248 The **RootPath** allows you to store the files in another folder as the root level of the 252 The **RootPath** allows you to store the files in another folder as the root level of the
249 object storage. Note: it shall not start with a ``/``. 253 object storage. Note: it shall not start with a ``/``.
250 254
251 Note that you can not change these configurations once you've uploaded the first files in Orthanc. 255 Note that you can not change these configurations once you've uploaded the first files in Orthanc.
252 256