This is an archive version of the document. To get the most up-to-date information, see the current version.

Amazon S3 Object Storage Permissions

Note

Make sure the account you are using has access to Amazon buckets and folders.

The following are required permissions to use Amazon S3 object storage repository:

  • For Amazon S3 object storage

{
"s3:ListAllMyBuckets",
"s3:GetBucketLocation"
}

  • For a bucket

{
"s3:ListBucket"
}

  • For an object

{
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"s3:AbortMultipartUpload"
}

For examples, see this Veeam KB article. For more information on permissions, see this Amazon article.