Google Cloud Storage Source
Create AWS S3 Source Credential

IAM User Permission
Create AWS S3 Source

Last updated


Last updated
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::{bucketName}"
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": "arn:aws:s3:::{bucketName}/*"
}
]
}