Mercurial > hg > orthanc-object-storage
comparison Aws/AwsS3StoragePlugin.h @ 94:1bc055199cd2
Added a description for all plugins
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 19 Dec 2022 09:52:58 +0100 |
parents | d7295e8678d7 |
children | 3c7e0374f28e |
comparison
equal
deleted
inserted
replaced
92:9b2a76fe987a | 94:1bc055199cd2 |
---|---|
22 | 22 |
23 class AwsS3StoragePluginFactory | 23 class AwsS3StoragePluginFactory |
24 { | 24 { |
25 public: | 25 public: |
26 static const char* GetStoragePluginName(); | 26 static const char* GetStoragePluginName(); |
27 static const char* GetStorageDescription(); | |
27 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); | 28 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); |
28 static const char* GetConfigurationSectionName() {return "AwsS3Storage";} | 29 static const char* GetConfigurationSectionName() {return "AwsS3Storage";} |
29 }; | 30 }; |
30 | 31 |