Custom IAM Policy for Amazon S3
When creating an IAM User to use with Amazon S3 and WP Offload Media for the first time, we strongly recommend using the AmazonS3FullAccess policy to avoid any issues. If…
A collection of resources for WordPress Developers, written and curated by experts
When creating an IAM User to use with Amazon S3 and WP Offload Media for the first time, we strongly recommend using the AmazonS3FullAccess policy to avoid any issues. If…
Amazon Elastic Compute Cloud (EC2) To use the WP Offload Media plugin with Amazon S3 you need to define an AWS access key and secret key. This can be stored…
This guide briefly describes each of the settings you can change from within WP Offload Media’s settings page to control Media offloading. For a description of the Assets Pull settings,…
All settings within WP Offload Media and the Assets Addon can be defined using two constants within your wp-config.php file. WP Offload Media define( ‘AS3CF_SETTINGS’, serialize( array( // Storage Provider…
Rewrite Asset URLs This is the master switch which controls whether your enqueued assets will be rewritten or not. Pull Domain This is the domain which your asset URLs will…
One of the most common questions we get in WP Offload Media support is something along the lines of … Why is there a bunch of random numbers in my…
WP Offload Media can currently only be configured at the multisite network level and all subsites use the same bucket and CDN domain. We do plan to eventually allow per…
Since WP Offload Media 1.2, URLs within post content have been rewritten on page generation. This includes posts, pages, and custom post types. WP Offload Media does this by hooking…