Hi @eberswine,
Thanks for reaching out to us.
For security reasons, we set the default file permission to private by default.
We should be able to give you an option to change that in our upcoming version.
Meanwhile, you can go to your bucket and re-set the permission to public directly.
Please let us know if it makes sense to you.
Thanks for the reply.
I went and changed the “Properties” to “Pubic Access Override” ( enabled Public Access )
Then I uploaded again – but the file was still denied readable…
What am I doing wrong ?
I go this working. I had to put this under Policies :
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::nameofbucket/*"
}
]
}
-
This reply was modified 5 years, 10 months ago by
eberswine.
-
This reply was modified 5 years, 10 months ago by
eberswine.
Hi @eberswine,
We’re glad to inform you that your requested feature is now available on our newly released 1.3.0 version.
There’s an option that allows you to make the file upload public individually.
Please update the plugin & try out the new feature.
Let us know if it works for you.
Cheers.