3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ string content
138
138
Key = objectKey ,
139
139
UploadId = uploadId ,
140
140
PartNumber = partNumber ,
141
- InputStream = memoryStream
141
+ InputStream = memoryStream ,
142
142
} ;
143
143
144
144
var response = await s3Client . UploadPartAsync ( uploadRequest ) ;
Original file line number Diff line number Diff line change 3
3
"Samples.AWS.S3" : {
4
4
"commandName" : " Project" ,
5
5
"environmentVariables" : {
6
+ "AWS_REQUEST_CHECKSUM_CALCULATION" : " WHEN_REQUIRED" ,
6
7
"COR_ENABLE_PROFILING" : " 1" ,
7
8
"COR_PROFILER" : " {846F5F1C-F9AE-4B07-969E-05C26BC060D8}" ,
8
9
"COR_PROFILER_PATH" : " $(SolutionDir)shared\\ bin\\ monitoring-home\\ win-x64\\ Datadog.Trace.ClrProfiler.Native.dll" ,
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ string content
141
141
Key = objectKey ,
142
142
UploadId = uploadId ,
143
143
PartNumber = partNumber ,
144
- InputStream = memoryStream
144
+ InputStream = memoryStream ,
145
145
} ;
146
146
147
147
var response = s3Client . UploadPart ( request ) ;
0 commit comments