Skip to content

Commit d6a1e3e

Browse files
committed
fix test
1 parent d236657 commit d6a1e3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/aws-cpp-sdk-s3-integration-tests/BucketAndObjectOperationTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ namespace
19361936
TagTestBucket(fullBucketName, Client);
19371937

19381938
ClientConfiguration config;
1939+
config.region = Aws::Region::US_EAST_1;
19391940
config.checksumConfig.requestChecksumCalculation = RequestChecksumCalculation::WHEN_REQUIRED;
19401941
const S3Client whenRequiredClient{config};
19411942

0 commit comments

Comments
 (0)