• Resolved eberswine

    (@eberswine)


    Trying to use this. I uploaded it and copied URL, no problem. However, the permissions are forbidden.

    Do I want public access ? Or what is the best way to have the file for the bucket be able to read after access. We are using it for podcasting and we obviously can’t have the file denied.

    Thanks – wonderful plugin.

    • This topic was modified 4 years, 3 months ago by eberswine.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter eberswine

    (@eberswine)

    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 ?

    Thread Starter eberswine

    (@eberswine)

    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 4 years, 3 months ago by eberswine.
    • This reply was modified 4 years, 3 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘403 Forbidden’ is closed to new replies.