Title: AWS Unsigned Payload
Last modified: February 14, 2020

---

# AWS Unsigned Payload

 *  [ovatiq](https://wordpress.org/support/users/ovatiq/)
 * (@ovatiq)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/aws-unsigned-payload/)
 * 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](https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront/issues/427#issuecomment-362531645)
   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](https://wordpress.org/support/users/ianmjones/)
 * (@ianmjones)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/aws-unsigned-payload/#post-12459779)
 * That [as3cf_upload_acl](https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks/blob/96d9fc03ffcfdc1d2e77b0a1a53891e6e1a76e30/amazon-s3-and-cloudfront-tweaks.php#L514)
   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](https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks/blob/96d9fc03ffcfdc1d2e77b0a1a53891e6e1a76e30/amazon-s3-and-cloudfront-tweaks.php#L531)
   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.

 * ![](https://ps.w.org/amazon-s3-and-cloudfront/assets/icon-256x256.jpg?rev=1809890)
 * [WP Offload Media Lite for Amazon S3, DigitalOcean Spaces, and Google Cloud Storage](https://wordpress.org/plugins/amazon-s3-and-cloudfront/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-s3-and-cloudfront/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ianmjones](https://wordpress.org/support/users/ianmjones/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/aws-unsigned-payload/#post-12459779)
 * Status: not resolved