Ver código fonte

S3 was broken by 4019b56f

Source commit: dd76e818563976018d01d53340225fd6fde6efd7
Martin Prikryl 7 meses atrás
pai
commit
51cdde2dc0
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      source/core/S3FileSystem.cpp

+ 1 - 0
source/core/S3FileSystem.cpp

@@ -1103,6 +1103,7 @@ TLibS3BucketContext TS3FileSystem::GetBucketContext(const UnicodeString & Bucket
       Result.AuthRegionBuf.SetLength(S3_MAX_REGION_LENGTH);
     }
     Result.authRegion = Result.AuthRegionBuf.c_str();
+    Result.service = NULL;
 
     if (Retry)
     {