We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c44055 commit 6411fc1Copy full SHA for 6411fc1
tracer/test/test-applications/integrations/Samples.AWS.S3/Program.cs
@@ -55,6 +55,7 @@ private static string Host()
55
private static AmazonS3Client GetInvalidEndpointS3Client()
56
{
57
Console.WriteLine("Creating S3 client with invalid endpoint to reproduce duck typing issue...");
58
+ Environment.SetEnvironmentVariable("AWS_REQUEST_CHECKSUM_CALCULATION", "WHEN_REQUIRED");
59
60
var awsCredentials = new BasicAWSCredentials("x", "x");
61
var s3Config = new AmazonS3Config
0 commit comments