|
PACS System 0.1.0
PACS DICOM system library
|
S3-compatible DICOM storage backend for cloud storage support. More...
#include "storage_interface.h"#include <kcenon/pacs/core/dicom_dataset.h>#include <cstddef>#include <cstdint>#include <functional>#include <memory>#include <mutex>#include <optional>#include <shared_mutex>#include <string>#include <unordered_map>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::storage::cloud_storage_config |
| Configuration for S3-compatible cloud storage. More... | |
| struct | kcenon::pacs::storage::s3_object_info |
| Information about an S3 object. More... | |
| class | kcenon::pacs::storage::s3_storage |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Typedefs | |
| using | kcenon::pacs::storage::progress_callback |
| Callback type for upload/download progress tracking. | |
S3-compatible DICOM storage backend for cloud storage support.
This file provides the s3_storage class which implements storage_interface using S3-compatible object storage (AWS S3, MinIO, etc.).
Definition in file s3_storage.h.