Changes between Initial Version and Version 1 of Ticket #35102, comment 5
- Timestamp:
- 12/15/2015 05:08:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35102, comment 5
initial v1 1 No problem @joemcgill! WP Offload S3 (https://wordpress.org/plugins/amazon-s3-and-cloudfront/) copie d local files to S3 and then replaces local URLspost_content via the database, and also hooks into `wp_get_attachment_url` to swap local for S3 URLs. The code in [35821] generates URLs for images locally based on image sizes so the image src can be searched for, therefore our S3 URLs will never be found and srcset applied.1 No problem @joemcgill! WP Offload S3 (https://wordpress.org/plugins/amazon-s3-and-cloudfront/) copies local files to S3 and then replaces local URLs in post_content via the database, and also hooks into `wp_get_attachment_url` to swap local for S3 URLs. The code in [35821] generates URLs for images locally based on image sizes so the image src can be searched for, therefore our S3 URLs will never be found and srcset applied. 2 2 3 3 Let me know if you need anything further.