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 6785bdd commit 6e21ff3Copy full SHA for 6e21ff3
dotnetv4/S3/Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs
@@ -278,7 +278,6 @@ private static void DisplayPresignedPostFields(CreatePresignedPostResponse respo
278
/// </summary>
279
private static async Task CleanupAsync()
280
{
281
-
282
if (!string.IsNullOrEmpty(_bucketName))
283
284
Console.WriteLine($"Deleting bucket {_bucketName} and its contents...");
@@ -294,7 +293,5 @@ private static async Task CleanupAsync()
294
293
}
295
296
297
298
299
300
// snippet-end:[S3.dotnetv4.CreatePresignedPostBasics]
0 commit comments