diff Aws/AwsS3StoragePlugin.cpp @ 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 c9356e42af99
line wrap: on
line diff
--- a/Aws/AwsS3StoragePlugin.cpp	Fri Dec 16 14:55:14 2022 +0100
+++ b/Aws/AwsS3StoragePlugin.cpp	Mon Dec 19 09:52:58 2022 +0100
@@ -253,6 +253,10 @@
   return "AWS S3 Storage";
 }
 
+const char* AwsS3StoragePluginFactory::GetStorageDescription()
+{
+  return "Stores the Orthanc storage area in AWS S3";
+}
 
 static std::unique_ptr<Aws::Crt::ApiHandle>  api_;
 static std::unique_ptr<Aws::SDKOptions>  sdkOptions_;