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 c75361d commit db3a824Copy full SHA for db3a824
dotnetv3/S3/scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ObjectLockWorkflow.cs
@@ -148,7 +148,7 @@ await _s3ActionsWrapper.ModifyBucketDefaultRetention(retentionAfterCreationBucke
148
149
Console.WriteLine("\nObject lock policies can also be added to existing buckets.");
150
await _s3ActionsWrapper.EnableObjectLockOnBucket(lockEnabledBucketName);
151
-
+
152
Console.WriteLine("Press Enter to continue.");
153
if (interactive)
154
Console.ReadLine();
0 commit comments