diff Azure/AzureBlobStoragePlugin.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 9b2a76fe987a
children f4e05641c108
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.cpp	Fri Dec 16 14:55:14 2022 +0100
+++ b/Azure/AzureBlobStoragePlugin.cpp	Mon Dec 19 09:52:58 2022 +0100
@@ -174,6 +174,12 @@
   return "Azure Blob Storage";
 }
 
+const char* AzureBlobStoragePluginFactory::GetStorageDescription()
+{
+  return "Stores the Orthanc storage area in Azure Blob";
+}
+
+
 bool IsSasTokenAccountLevel(utility::string_t sasToken)
 {
   // Use cpprestsdk's utility::string_t here since the expected argument is the return value of