Mercurial > hg > orthanc-object-storage
changeset 226:a03f1959d78d
todo + doc
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 23 Dec 2025 13:25:21 +0100 |
| parents | 026b2c8957c7 |
| children | 10219d46a7ac |
| files | NEWS TODO |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed Oct 15 10:36:47 2025 +0200 +++ b/NEWS Tue Dec 23 13:25:21 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 Oct 15 10:36:47 2025 +0200 +++ b/TODO Tue Dec 23 13:25:21 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
