Skip to content

Commit

Permalink
Update object lock page (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferristocrat authored Nov 14, 2024
1 parent 227e73c commit 95b87e1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/(docs)/dcs/api/s3/object-lock/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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 %}

0 comments on commit 95b87e1

Please sign in to comment.