Skip to content

Commit 6411fc1

Browse files
committed
Add AWS_REQUEST_CHECKSUM_CALCULATION
1 parent 5c44055 commit 6411fc1

File tree

1 file changed

+1
-0
lines changed
  • tracer/test/test-applications/integrations/Samples.AWS.S3

1 file changed

+1
-0
lines changed

tracer/test/test-applications/integrations/Samples.AWS.S3/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ private static string Host()
5555
private static AmazonS3Client GetInvalidEndpointS3Client()
5656
{
5757
Console.WriteLine("Creating S3 client with invalid endpoint to reproduce duck typing issue...");
58+
Environment.SetEnvironmentVariable("AWS_REQUEST_CHECKSUM_CALCULATION", "WHEN_REQUIRED");
5859

5960
var awsCredentials = new BasicAWSCredentials("x", "x");
6061
var s3Config = new AmazonS3Config

0 commit comments

Comments
 (0)