From d35b0037b62f9eccfb4d11891b60482d53e4ba04 Mon Sep 17 00:00:00 2001 From: Michael Ferris Date: Wed, 4 Dec 2024 18:25:52 -0800 Subject: [PATCH] Update bypass governance mode details (#460) --- app/(docs)/dcs/objects/page.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/(docs)/dcs/objects/page.md b/app/(docs)/dcs/objects/page.md index ae15bbef5..e0b970605 100644 --- a/app/(docs)/dcs/objects/page.md +++ b/app/(docs)/dcs/objects/page.md @@ -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 %} @@ -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" /%}