@@ -57,6 +57,7 @@ Code excerpts that show you how to call individual service functions.
5757- [ GetBucketPolicy] ( actions/get-bucket-policy.js#L6 )
5858- [ GetBucketWebsite] ( actions/get-bucket-website.js#L6 )
5959- [ GetObject] ( actions/get-object.js#L6 )
60+ - [ GetObjectLegalHold] ( actions/get-object-legal-hold.js )
6061- [ GetObjectLockConfiguration] ( actions/get-object-lock-configuration.js )
6162- [ GetObjectRetention] ( actions/get-object-retention.js )
6263- [ ListBuckets] ( actions/list-buckets.js#L6 )
@@ -78,7 +79,6 @@ functions within the same service.
7879- [ Create a presigned URL] ( scenarios/presigned-url-upload.js )
7980- [ Create a web page that lists Amazon S3 objects] ( ../web/s3/list-objects/src/App.tsx )
8081- [ Delete all objects in a bucket] ( scenarios/delete-all-objects.js )
81- - [ Get the legal hold configuration of an object] ( actions/get-object-legal-hold.js )
8282- [ Lock Amazon S3 objects] ( scenarios/object-locking/index.js )
8383- [ Upload or download large files] ( scenarios/multipart-upload.js )
8484
@@ -188,18 +188,6 @@ This example shows you how to delete all of the objects in an Amazon S3 bucket.
188188<!-- custom.scenarios.s3_Scenario_DeleteAllObjects.start-->
189189<!-- custom.scenarios.s3_Scenario_DeleteAllObjects.end-->
190190
191- #### Get the legal hold configuration of an object
192-
193- This example shows you how to get the legal hold configuration of an S3 bucket.
194-
195-
196- <!-- custom.scenario_prereqs.s3_GetObjectLegalHoldConfiguration.start-->
197- <!-- custom.scenario_prereqs.s3_GetObjectLegalHoldConfiguration.end-->
198-
199-
200- <!-- custom.scenarios.s3_GetObjectLegalHoldConfiguration.start-->
201- <!-- custom.scenarios.s3_GetObjectLegalHoldConfiguration.end-->
202-
203191#### Lock Amazon S3 objects
204192
205193This example shows you how to work with S3 object lock features.
0 commit comments