diff Aws/AwsS3StoragePlugin.cpp @ 111:407bd022b0cf

in /move-storage: now detecting if file should be moved or not
author Alain Mazy <am@osimis.io>
date Tue, 10 Oct 2023 16:11:18 +0200
parents 87972cfe7ac5
children 78c075412ab4
line wrap: on
line diff
--- a/Aws/AwsS3StoragePlugin.cpp	Tue Oct 10 15:40:36 2023 +0200
+++ b/Aws/AwsS3StoragePlugin.cpp	Tue Oct 10 16:11:18 2023 +0200
@@ -62,6 +62,7 @@
   virtual IWriter* GetWriterForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
   virtual IReader* GetReaderForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
   virtual void DeleteObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
+  virtual bool HasFileExists() {return false;};
 };