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 (current diff) 8314cdbaff36 (diff) |
| children | 0b7300fc7e7c |
| files | TODO |
| diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Common/FileSystemStorage.cpp Tue Dec 23 13:25:21 2025 +0100 +++ b/Common/FileSystemStorage.cpp Tue Dec 23 13:25:36 2025 +0100 @@ -156,6 +156,5 @@ fs::path path = BaseStorage::GetOrthancFileSystemPath(uuid, fileSystemRootPath_); - return Orthanc::SystemToolbox::IsExistingFile(path.string()); + return Orthanc::SystemToolbox::IsRegularFile(path.string()); } -
--- a/TODO Tue Dec 23 13:25:21 2025 +0100 +++ b/TODO Tue Dec 23 13:25:36 2025 +0100 @@ -9,7 +9,7 @@ - /move-storage shall also move the attachments at Study/Series/Patient level, not only the Instances -- in Hybrid mode, add a Rest API method to know where the files are stored. +- 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
