Cloud integrations
AWS
Granting cross-account access
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "segments-s3-access",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::931508227573:user/segmentsai-prod-user"
},
"Action": [
"s3:GetObject"
],
"Resource": "arn:aws:s3:::YOUR_BUCKET_NAME/*"
}
]
}CORS configuration
Google Cloud
Granting cross-account access
Azure
Granting cross-account access
CORS configuration
Last updated
Was this helpful?