S3
Upload files and images directly into your own S3 buckets.
Setting up new S3 credentials
{
"Version": "2012-10-17",
"Id": "FormsortPolicy",
"Statement": [
{
"Sid": "FormsortPutObjectsPolicy",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::129119527019:user/s3-upload"
},
"Action": [
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": "arn:aws:s3:::{{YOUR_BUCKET_NAME}}/formsort/*"
}
]
}How Object URLs are generated

Setting up the S3 Bucket in AWS
ACLs disabled
ACLs enabled
Setting up the S3 Integration










Last updated
Was this helpful?
