-
Notifications
You must be signed in to change notification settings - Fork 679
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels