Jonathon Day
Joined
Activity
Can I ask how? Tried to follow but still stuck as to what to add - for context what I have in the permissions policy editor right now is:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucket",
"s3:DeleteObject",
"s3:PutObjectAcl"
],
"Resource": "arn:aws:s3:::learning-path-blog-jon"
}
]
}
Its likely because your DB and your rails app are each hosted in different regions - I found the same thing with only external url
working but when I deleted the DB to re-load and match the rails app region internal url
matched just fine.