Permissions

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. To learn more, see the following subsections:

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 have the following permissions:

TIP

If you plan to use Amazon S3 storage with immutability enabled, see permissions required for immutability in the Using Object Storage Repositories section in the Veeam Backup & Replication User Guide.

Identity-based permission:

{
 "s3:ListAllMyBuckets"
}

Resource-based permissions:

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

Google Cloud

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

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