Required IAM role permissions for Amazon S3
Example IAM role for file uploads and redactions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::<SOLAR_INTERNAL_BUCKET_NAME>",
"arn:aws:s3:::<SOLAR_INTERNAL_BUCKET_NAME>/*"
]
}
]
}Example IAM role for Amazon S3 datasets
Last updated
Was this helpful?