diff Azure/AzureBlobStoragePlugin.cpp @ 92:9b2a76fe987a

cleanup + release notes
author Alain Mazy <am@osimis.io>
date Fri, 16 Dec 2022 14:55:14 +0100
parents 62752402edbb
children 1bc055199cd2
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.cpp	Tue Nov 29 15:00:48 2022 +0100
+++ b/Azure/AzureBlobStoragePlugin.cpp	Fri Dec 16 14:55:14 2022 +0100
@@ -192,7 +192,6 @@
   #else
     const char* srt = "srt";
   #endif
-//    if (key == utility::string_t(srt, srt + strlen(srt))) // only account SAS has this parameter
     if (key == srt) // only account SAS has this parameter
       return true;