Skip to content

Commit

Permalink
Update bypass governance mode details (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferristocrat authored Dec 5, 2024
1 parent 2ae2392 commit d35b003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/(docs)/dcs/objects/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ aws s3api put-object-retention \

### Extending Retention Period

Retention periods can only be extended, not reduced. The Storj Console currently doesn't allow to remove it.
Retention periods can only be extended, not reduced. The Storj Console currently doesn't allow removal of retention periods in Governance Mode - see below for S3 usage to perform this action.

{% tabs %}

Expand Down Expand Up @@ -213,7 +213,8 @@ aws s3api put-object-retention \
{% /tabs %}

### Bypassing Governance Mode
The Storj User with enough permissions may also remove the retention period for the Governance Mode Object Lock using AWS SDK or AWS CLI.
A user with the `BypassGovernanceRetention` permission may remove the retention period for an object locked with Governance Mode using the AWS CLI or other AWS SDK.

The Storj Console currently doesn't support this feature.

{% partial file="override-governance-mode-callout.md" /%}
Expand Down

0 comments on commit d35b003

Please sign in to comment.