Permissions

The following permissions must be granted to the user accounts on the protected computer.

Permissions for Backup to Object Storage

If you plan to back up data to object storage, make sure that the user account that you use to connect to the object storage has the required permissions. The list of required permissions differs depending on the selected object storage:

Amazon S3 or S3 compatible

If you plan to back up data to the Amazon S3 or S3 compatible storage, make sure the user account that you plan to use has the following permissions:

Identity-based permission:

{
 "s3:ListAllMyBuckets"
}

Resource-based permissions:

{
 "s3:DeleteObject",
 "s3:GetBucketLocation",
 "s3:GetBucketObjectLockConfiguration",
 "s3:GetBucketVersioning",
 "s3:GetObject",
 "s3:ListBucket",
 "s3:PutObject"
}

TIP

For information about required permissions for Amazon S3 storage with immutability enabled, see the Using Object Storage Repositories section in the Veeam Backup & Replication User Guide.

Google Cloud Storage

If you plan to back up data to the Google Cloud storage, make sure the user account that you plan to use has the following permissions:

{
 "storage.buckets.get",
 "storage.buckets.list",
 "storage.objects.create",
 "storage.objects.delete",
 "storage.objects.get",
 "storage.objects.list"
}