Migrating WordPress Uploads To S3 Object Storage
-
I currently migrate my wordpress media to s3 bucket.
Does any one know of a way to redirect all the existing image urls to the s3 bucket instead if we manually copy the files over? Could this be done with a htaccess in the uploads folder or config from wp-config?
I’ve tried using the following config but it doesn’t work
define('UPLOADS', 'http://s3_url/wp_content/uploads');Thanks before.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Migrating WordPress Uploads To S3 Object Storage’ is closed to new replies.