From b65da87deb2566ecf66f56dcb02630cba6aa2397 Mon Sep 17 00:00:00 2001 From: Michael Ferris Date: Thu, 14 Nov 2024 12:04:19 -0800 Subject: [PATCH] updated to include PutObjectLockConfiguration (#451) --- app/(docs)/dcs/api/s3/object-lock/page.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/app/(docs)/dcs/api/s3/object-lock/page.md b/app/(docs)/dcs/api/s3/object-lock/page.md index edf98cbc2..5aed92fa9 100644 --- a/app/(docs)/dcs/api/s3/object-lock/page.md +++ b/app/(docs)/dcs/api/s3/object-lock/page.md @@ -61,6 +61,12 @@ Additionally, PutObjectLockConfiguration is not supported yet, so Object Lock ca `Rule` will not be included as a response element as specifying a bucket-level object Lock rule is initially out of scope. --- +* PutObjectLockConfiguration +* Enables Object Lock configuration on a bucket. +* **ObjectLockEnabled**: Indicates if Object Lock is enabled on the bucket. + + **Rule** (Optional): Specifies the Object Lock rule (mode and period) for the bucket. The period can be either `Days` or `Years`. +--- * PutObjectRetention * Places an object retention configuration on an object. * @@ -132,17 +138,3 @@ Additionally, PutObjectLockConfiguration is not supported yet, so Object Lock ca * Applies a Legal Hold to the specified object. * {% /table %} - -### Actions not yet available (currently in active development) -{% table %} -* Action -* API Description -* Description of Change(s) ---- -* PutObjectLockConfiguration -* Enables Object Lock configuration on a bucket. -* **ObjectLockEnabled**: Indicates if Object Lock is enabled on the bucket. - - **Rule**: Specifies the Object Lock rule (mode and period) for the bucket. The period can be either `Days` or `Years`. ---- -{% /table %}