Configuring Object Storage Repository as Immutable Storage
KB ID: 190026
Overview:
Configuring an Object Storage Repository as Immutable Storage requires specific permissions to be granted. This article delineates the essential permissions and presents the JSON format of an IAM user policy necessary for successful configuration.
Permissions Required:
To configure the Object Storage Repository as Immutable Storage, the following permissions are necessary:
"s3:ListBucket"
"s3:PutObject"
"s3:PutObjectAcl"
"s3:PutObjectTagging"
"s3:PutObjectVersionTagging"
"s3:PutObjectVersionAcl"
"s3:PutObjectRetention"
"s3:DeleteObject"
"s3:DeleteObjectVersion"
"s3:GetObject"
"s3:GetObjectAcl"
"s3:GetObjectTagging"
"s3:BypassGovernanceRetention"
"s3:GetObjectVersion"
"s3:GetBucketLocation"
"s3:ListBucket"
"s3:ListBucketMultipartUploads"
"s3:ListMultipartUploadParts"
"s3:AbortMultipartUpload"
"s3:PutLifecycleConfiguration"
"s3:GetLifecycleConfiguration"
"s3:GetBucketObjectLockConfiguration"
"s3:ListBucketVersions"
It is imperative to ensure that the user performing the configuration possesses these specific permissions.
By ensuring the possession of these permissions and attaching the specified IAM user policy, the user will be equipped with the necessary capabilities to configure the Object Storage Repository as Immutable Storage.
Related Articles
Configuring Immutable Storage with Object Storage Repository
KB ID: 190027 Objective: This KB article provides step-by-step guidance on configuring an Object Storage Repository as Immutable Storage in Amazon S3 and S3-compatible clouds. This involves enabling Object Locking and implementing the required IAM ...
Object Storage Repository - Introduction
In this section, you will find information about object storage, its limitations if any and the process of configuring it as your backup storage using the BDRSuite Backup Server. What is object storage? Object storage is a data storage architecture ...
Offsite DR Object Storage Repository - Introduction
In this section, you will find information about object storage, its limitations if any and the process of configuring it as your backup storage using the Offsite DR Server. What is object storage? Object storage is a data storage architecture that ...
Configuration of Object Storage Repository with Immutability in Amazon S3
KB ID: 190021 Objective: This guide provides step-by-step instructions for configuring an Object Storage Repository with Immutability in Amazon S3 by enabling Object Locking on a bucket. Immutability ensures that objects within the bucket cannot be ...
Configuring S3 Compatible Cloud Storage as Backup Repository
BDRSuite allows its users to choose their S3 Compatible storage as a repository for all its backup data. S3 compatible storage is built using the Amazon S3 Application Programming Interface (API). So, any application which understands the S3 API will ...