Skip to content

Commit

Permalink
updated to include PutObjectLockConfiguration (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferristocrat authored Nov 14, 2024
1 parent 58e62c9 commit b65da87
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions app/(docs)/dcs/api/s3/object-lock/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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 %}

0 comments on commit b65da87

Please sign in to comment.