Hey! I read all the old issues on the AWS issues, but I can't get it to work.
- I have double checked all config vars in heroku.
- Created a new IAM user in AWS and gave it this policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt13242300",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::my-bucket/*"
]
}
]
}
I used us-east-1 as mentioned here.
What could be wrong?
Hey! I read all the old issues on the AWS issues, but I can't get it to work.
I used
us-east-1as mentioned here.What could be wrong?