• Resolved kutalia

    (@kutalia)


    The plugin suggests following policies for an Amazon S3 IAM User. Although it’s not clear why the plugin needs the ability to retrieve any object from any bucket. Not setting the aforementioned policies results in the Error: Error executing “ListBuckets” on “https://s3.eu-west-1.amazonaws.com/”; AWS HTTP error: Client error: GET https://s3.eu-west-1.amazonaws.com/ resulted in a 403 Forbidden response: AccessDeniedAccess Denied000AF4 (truncated…) message when testing upload.
    Please clarify why the plugin wants those permissions:

            {
                "Sid": "Stmt1339423675422",
                "Action":s3:List*?,
                "Effect":"Allow",
                "Resource":"*"
            }

    Is it possible to configure it in a way so it doesn’t read information from other buckets?

    • This topic was modified 5 years, 4 months ago by kutalia.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @kutalia,

    I am sorry to hear you are having issues with Amazon S3 but I’m happy to assist you!

    Without ListBuckets permission, the plugin will fail to create bucket and Test button will fail (since it checks for ability to create bucket), but it should work when configured against the existing bucket, i.e. upload files and point your HTML assets to s3 resources.

Viewing 1 replies (of 1 total)
  • The topic ‘Amazon S3 Error executing “ListBuckets”’ is closed to new replies.