Skip to content

Access denied on image upload #166

@simon-asp

Description

@simon-asp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions