PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
s3_storage.h File Reference

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>
Include dependency graph for s3_storage.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.).

See also
SRS-STOR-003, FR-4.2 (Cloud Storage Backend)
Author
kcenon
Since
1.0.0

Definition in file s3_storage.h.