Browse Source

S3 was broken by 4019b56f

Source commit: dd76e818563976018d01d53340225fd6fde6efd7
Martin Prikryl 7 months ago
parent
commit
51cdde2dc0
1 changed files with 1 additions and 0 deletions
  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)
     {