• Resolved Diletec

    (@diletec)


    Helo!

    I did the CDN setup using (Amazon CloudFront Over S3). But even with Read, Edit, Write, and Delete permissions, I have the error.

    By checking some blogs and Youtube videos, I see that people make S3 all public, and if I set up my S3, it works. But I believe that it could not be all public, such as the option to write and delete objects. I believe this should only be done with IAM credentials.
    Am I right?

    If so, can anyone share the minimum settings to apply to the AWS IAM?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Diletec

    (@diletec)

    Another mistake I when trying to uploaded the files.

    Child-Theme/screenshot.png Unable to put object (Error executing “PutObject” on “https://my-site.s3.amazonaws.com/wp-content/themes/Child-Theme/screenshot.png”; AWS HTTP error: Client error: PUT https://my-site.s3.amazonaws.com/wp-content/themes/Child-Theme/screenshot.png resulted in a 403 Forbidden response: AccessDeniedAccess DeniedC737B7 (truncated…) AccessDenied (client): Access Denied – AccessDeniedAccess Denied).

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @diletec

    Thank you for your inquiry and I am happy to assist you with this.
    Only GetObject should be public. You can check the example of how to set it up here
    IAM uses S3-all permissions for all operations, but if you specify the bucket yourself and don’t create it from W3 Total Cache – only read-write-list is enough for the specific bucket.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error: Error executing ListBuckets’ is closed to new replies.