Amazon S3
Configure your S3 bucket
Chartbeat S3 policy
{
"Id": "Policy1464981107152",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1464981098061",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:ListBucket"
],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::your-bucket-name-here/*", "arn:aws:s3:::your-bucket-name-here"],
"Principal": {
"AWS": [
"arn:aws:iam::273001990628:role/lambda_llrs_execution_role"
]
}
}
]
}Redshift
Last updated
Was this helpful?