• Hello,

    CONTEXT

    I have the Lite version installed. I am very likely to purchase the plugin if I can get these troubles resolved.

    I’ve configured my ACL to private having followed an instruction.

    My images upload to my bucket and display properly with my cloudfront and S3 bucket.

    PROBLEM

    My urls are UNSIGNED PAYLOAD.

    I want SIGNED URLs, how do I proceed?

Viewing 1 replies (of 1 total)
  • Plugin Contributor ianmjones

    (@ianmjones)

    That as3cf_upload_acl filter will only set the “full size” image to be private, and only when newly offloaded (WP Offload Media has a “Make Private in Bucket” bulk action for the Media page).

    If your URLs are for thumbnail sizes, then you also need to implement the as3cf_upload_acl_sizes filter.

    Don’t forget to uncomment the associated add_filter line in the __construct function.

Viewing 1 replies (of 1 total)

The topic ‘AWS Unsigned Payload’ is closed to new replies.