Mercurial > hg > orthanc-object-storage
changeset 227:10219d46a7ac
merge
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 23 Dec 2025 13:25:36 +0100 |
| parents | a03f1959d78d (diff) 8314cdbaff36 (current diff) |
| children | 0b7300fc7e7c |
| files | TODO |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed Nov 12 13:26:13 2025 +0100 +++ b/NEWS Tue Dec 23 13:25:36 2025 +0100 @@ -54,7 +54,8 @@ 2 related configurations have been added too: - "TransferPoolSize" to define the number of threads to be used by the Transfer Manager (default = 10) - - "TransferBufferSize" to define the size (in MB) + - "TransferBufferSize" to define the size (in MB) of buffers used + in the TransferManager mode (default value = 5) * now using the latest AWS SDK C++ (1.11.178). * in /move-storage: now detecting if file should be moved or not.
--- a/TODO Wed Nov 12 13:26:13 2025 +0100 +++ b/TODO Tue Dec 23 13:25:36 2025 +0100 @@ -11,6 +11,8 @@ - in Hybrid mode, add a REST API method to know where the files are stored. https://discourse.orthanc-server.org/t/the-question-about-migrating-to-object-storage/4841/4 + https://discourse.orthanc-server.org/t/question-about-data-storage/6358 + - Test against AWS S3 Glacier: https://groups.google.com/g/orthanc-users/c/CT1lkzHLAUg/m/h75HuXYpBwAJ
