You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. The user chooses a DICOM study to copy from the [National Cancer Institute Imaging Data Commons (IDC) Collections](https://registry.opendata.aws/nci-imaging-data-commons/)' public S3 bucket.
22
22
3. The chosen study is copied to the user's input S3 bucket.
Copy file name to clipboardExpand all lines: dotnetv3/EventBridge Scheduler/Scenarios/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This example shows how to use AWS SDKs to work with Amazon EventBridge Scheduler
5
5
6
6
The target SNS topic and the AWS Identity and Access Management (IAM) role used with the schedules are created as part of an AWS CloudFormation stack that is deployed at the start of the workflow, and deleted when the workflow is complete.
Copy file name to clipboardExpand all lines: dotnetv3/S3/scenarios/S3ConditionalRequestsScenario/S3ConditionalRequestsTests/S3ConditionalRequestsScenarioTests.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
usingAmazon.S3;
@@ -46,7 +46,7 @@ public S3ConditionalRequestsScenarioTests()
46
46
}
47
47
48
48
/// <summary>
49
-
/// Run the setup step of the workflow. Should return successful.
49
+
/// Run the setup step of the scenario. Should return successful.
Copy file name to clipboardExpand all lines: dotnetv3/S3/scenarios/S3ObjectLockScenario/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This example shows how to use AWS SDKs to work with Amazon Simple Storage Servic
6
6
7
7
[Amazon S3 Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html) can help prevent Amazon S3 objects from being deleted or overwritten for a fixed amount of time or indefinitely. Object Lock can help meet regulatory requirements or protect against object changes or deletion.
This workflow demonstrates the following steps and tasks:
12
12
1. Add object lock settings to both new and existing S3 buckets.
@@ -31,7 +31,7 @@ For general prerequisites, see the [README](../../../README.md) in the `dotnetv3
31
31
32
32
### Resources
33
33
34
-
The workflow scenario steps create the buckets and objects needed for the example. No additional resources are required.
34
+
The feature scenario steps create the buckets and objects needed for the example. No additional resources are required.
35
35
36
36
This workflow includes an optional step to add a governance mode retention period of one day to objects in an S3 bucket. In order to delete these objects, you must have the `s3:BypassGovernanceRetention` permission. If you do not have this permission, you will be unable to delete these objects until the retention period has expired.
0 commit comments