You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/manage_nsfs/manage_nsfs_help_utils.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ Flags:
144
144
--iam_operate_on_root_account <true | false> (optional) Set the account to create root accounts instead of IAM users in IAM API requests.
145
145
--from_file <string> (optional) Use details from the JSON file, there is no need to mention all the properties individually in the CLI
146
146
--custom_bucket_path_allowed_list <string> (optional) Set the list of allowed custom bucket paths, separated by colons (:) example: '/gpfs/data/custom1/:/gpfs/data/custom2/'
147
+
--allow_bypass_governance <true | false> (optional) Set the account to allow bypassing governance mode object lock for object deletion and retention configuration (unset with '')
147
148
`;
148
149
149
150
constACCOUNT_FLAGS_UPDATE=`
@@ -172,6 +173,7 @@ Flags:
172
173
--force_md5_etag <true | false> (optional) Update the account to force md5 etag calculation (unset with '') (will override default config.NSFS_NC_STORAGE_BACKEND)
173
174
--iam_operate_on_root_account <true | false> (optional) Update the account to create root accounts instead of IAM users in IAM API requests.
174
175
--custom_bucket_path_allowed_list <string> (optional) Update the list of allowed custom bucket paths, separated by colons (:) example: '/gpfs/data/custom1/:/gpfs/data/custom2/' (override;unset with '')
176
+
--allow_bypass_governance <true | false> (optional) Update the account to allow bypassing governance mode object lock for object deletion and retention configuration (unset with '')
* @param {boolean} bypass_governance - if true, and user has permission to use this flag, will allow to bypass governance mode retention lock. compliance mode retention lock cannot be bypassed.
2324
2328
* @throws {S3Error.AccessDenied} if the object is protected by object lock and the user does not have permission to bypass the lock
* @param {boolean} bypass_governance - if true, and user has permission to use this flag, will allow to bypass governance mode retention lock. compliance mode retention lock cannot be bypassed.
2350
2354
* @throws {S3Error.AccessDenied} if the object is protected by object lock and the user does not have permission to bypass the lock
0 commit comments