@@ -29,36 +29,28 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3
2929<!-- custom.prerequisites.start-->
3030<!-- custom.prerequisites.end-->
3131
32- ### Basics
33-
34- Code examples that show you how to perform the essential operations within a service.
35-
36- - [ Learn the basics] ( S3_Basics/S3_Basics.cs )
37-
38-
3932### Single actions
4033
4134Code excerpts that show you how to call individual service functions.
4235
43- - [ CopyObject] ( CopyObjectExample/CopyObject.cs#L11 )
44- - [ CreateBucket] ( S3_Basics/S3Bucket.cs#L12 )
45- - [ DeleteBucket] ( S3_Basics/S3Bucket.cs#L266 )
36+ - [ CopyObject] ( scenarios/S3ConditionalRequestsScenario/S3ConditionalRequests/S3ActionsWrapper.cs#L137 )
37+ - [ CreateBucket] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L29 )
4638- [ DeleteBucketCors] ( s3CORSExample/S3CORS.cs#L147 )
4739- [ DeleteBucketLifecycle] ( LifecycleExample/Lifecycle.cs#L192 )
4840- [ DeleteObject] ( non-versioned-examples/DeleteObjectExample/DeleteObject.cs#L6 )
49- - [ DeleteObjects] ( S3_Basics/S3Bucket .cs#L221 )
41+ - [ DeleteObjects] ( non-versioned-examples/DeleteMultipleObjectsExample/DeleteMultipleObjects .cs#L6 )
5042- [ GetBucketAcl] ( BucketACLExample/BucketACL.cs#L75 )
5143- [ GetBucketCors] ( s3CORSExample/S3CORS.cs#L125 )
5244- [ GetBucketEncryption] ( PutBucketEncryption/ServerSideEncryption/ServerSideEncryption.cs#L107 )
5345- [ GetBucketLifecycleConfiguration] ( LifecycleExample/Lifecycle.cs#L169 )
5446- [ GetBucketWebsite] ( WebsiteConfigExample/WebsiteConfig.cs#L72 )
55- - [ GetObject] ( S3_Basics/S3Bucket .cs#L85 )
47+ - [ GetObject] ( scenarios/S3ConditionalRequestsScenario/S3ConditionalRequests/S3ActionsWrapper .cs#L32 )
5648- [ GetObjectLegalHold] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L259 )
5749- [ GetObjectLockConfiguration] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L290 )
5850- [ GetObjectRetention] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L193 )
5951- [ ListBuckets] ( ListBucketsExample/ListBuckets.cs#L4 )
6052- [ ListObjectVersions] ( versioned-examples/ListObjectVersionsExample/ListObjectVersions.cs#L6 )
61- - [ ListObjectsV2] ( S3_Basics/S3Bucket .cs#L171 )
53+ - [ ListObjectsV2] ( ListObjectsPaginatorExample/ListObjectsPaginator .cs#L6 )
6254- [ PutBucketAccelerateConfiguration] ( TransferAccelerationExample/TransferAcceleration.cs#L6 )
6355- [ PutBucketAcl] ( BucketACLExample/BucketACL.cs#L37 )
6456- [ PutBucketCors] ( s3CORSExample/S3CORS.cs#L104 )
@@ -67,7 +59,7 @@ Code excerpts that show you how to call individual service functions.
6759- [ PutBucketLogging] ( ServerAccessLoggingExample/ServerAccessLogging.cs#L6 )
6860- [ PutBucketNotificationConfiguration] ( EnableNotificationsExample/EnableNotifications.cs#L6 )
6961- [ PutBucketWebsite] ( WebsiteConfigExample/WebsiteConfig.cs#L57 )
70- - [ PutObject] ( S3_Basics/S3Bucket .cs#L43 )
62+ - [ PutObject] ( ServerSideEncryptionExample/ServerSideEncryption .cs#L6 )
7163- [ PutObjectLegalHold] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L224 )
7264- [ PutObjectLockConfiguration] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L60 )
7365- [ PutObjectRetention] ( scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ActionsWrapper.cs#L102 )
@@ -120,23 +112,6 @@ Alternatively, you can run the example from within your IDE.
120112<!-- custom.instructions.end-->
121113
122114
123- #### Learn the basics
124-
125- This example shows you how to do the following:
126-
127- - Create a bucket and upload a file to it.
128- - Download an object from a bucket.
129- - Copy an object to a subfolder in a bucket.
130- - List the objects in a bucket.
131- - Delete the bucket objects and the bucket.
132-
133- <!-- custom.basic_prereqs.s3_Scenario_GettingStarted.start-->
134- <!-- custom.basic_prereqs.s3_Scenario_GettingStarted.end-->
135-
136-
137- <!-- custom.basics.s3_Scenario_GettingStarted.start-->
138- <!-- custom.basics.s3_Scenario_GettingStarted.end-->
139-
140115
141116#### Create a presigned URL
142117
0 commit comments