I’m using the WP Offload Media Lite plugin
I set my access keys to my Digital Ocean Storage in the wp-config file
define( ‘AS3CF_SETTINGS’, serialize( array(
‘provider’ => ‘do’,
‘access-key-id’ => ‘********’,
‘secret-access-key’ => ‘************************’,
) ) );
When i do this on a website running on my local machine, it works. Media files get offloaded to my bucket.
But when i do this on a live website on my digital ocean droplet, the media files are being saved in the `wp-content/uploads` folder instead of on the bucket. I am literally using the same access keys…
I’ve followed the same steps for 2 fresh WP websites running on my local machine, and 2 fresh WP websites running on a digital ocean droplet.
The CDN integration worked only for the 2 local websites. What could the problem me?
[ad_2]
Contact the plugin developer.