Mercurial > hg > orthanc-object-storage
comparison 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 |
comparison
equal
deleted
inserted
replaced
91:7bf31db5497e | 92:9b2a76fe987a |
---|---|
190 #ifdef WIN32 | 190 #ifdef WIN32 |
191 const wchar_t* srt = L"srt"; | 191 const wchar_t* srt = L"srt"; |
192 #else | 192 #else |
193 const char* srt = "srt"; | 193 const char* srt = "srt"; |
194 #endif | 194 #endif |
195 // if (key == utility::string_t(srt, srt + strlen(srt))) // only account SAS has this parameter | |
196 if (key == srt) // only account SAS has this parameter | 195 if (key == srt) // only account SAS has this parameter |
197 return true; | 196 return true; |
198 | 197 |
199 } | 198 } |
200 | 199 |