浏览代码

S3 was broken by 4019b56f

(cherry picked from commit 51cdde2dc03e6d5fb1c8278e294805ded5d2656b)

Source commit: d5e816f67335e8959d44efefba957e8efafe914a
Martin Prikryl 7 月之前
父节点
当前提交
88b50c16f5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
     {