Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35102, comment 5


Ignore:
Timestamp:
12/15/2015 05:08:20 PM (10 years ago)
Author:
polevaultweb
Comment:

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/) copied local files to S3 and then replaces local URLs 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.
     1No 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.
    22
    33Let me know if you need anything further.