From 873bf304d6ebf7a64d0f84fc6ad0ebfa9a4f757a Mon Sep 17 00:00:00 2001 From: Michael Ferris Date: Thu, 14 Nov 2024 12:59:38 -0800 Subject: [PATCH] Update object lock page --- app/(docs)/dcs/api/s3/object-lock/page.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/(docs)/dcs/api/s3/object-lock/page.md b/app/(docs)/dcs/api/s3/object-lock/page.md index bda8f6fbb..683345cc3 100644 --- a/app/(docs)/dcs/api/s3/object-lock/page.md +++ b/app/(docs)/dcs/api/s3/object-lock/page.md @@ -67,6 +67,13 @@ Object Lock is not backwards compatible with existing buckets—a new bucket mus --- * GetObjectRetention * Retrieves an object's retention settings. +--- +* GetObjectLegalHold +* Retrieves the Legal Hold status of an object. +* +--- +* PutObjectLegalHold +* Applies a Legal Hold to the specified object. * {% /table %} @@ -123,12 +130,4 @@ Object Lock is not backwards compatible with existing buckets—a new bucket mus * DeleteObject * Removes an object from a bucket. * Deletion of an object with a retention set will be prevented. ---- -* GetObjectLegalHold -* Retrieves the Legal Hold status of an object. -* ---- -* PutObjectLegalHold -* Applies a Legal Hold to the specified object. -* {% /table %}