I was reading the tutorial about storing WordPress media assets on a Space: https://www.digitalocean.com/community/tutorials/how-to-store-wordpress-assets-on-digitalocean-spaces.
The tutorial recommends using the DigitalOcean Spaces Sync plugin, however the author has deprecated that plugin. Furthermore when I used it, I noticed that while my uploads were correctly synced, I was unable to install any new WordPress plugins because this plugin threw an error (one of its dependencies throws a method_exists
fatal error).
Are there alternative plugins/methods of achieving the same result, or can we configure WordPress to directly store its media assets on a Space?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Indeed, that plugin seems to have been deprecated for a while. I will flag it internally that the tutorial needs to be updated accordingly! Thank you for reporting the problem!
Yes, there are alternative plugins and methods to store your WordPress media assets on a DigitalOcean Space. One popular alternative is WP Offload Media Lite, which allows you to offload your media files to DigitalOcean Spaces and serve them from there:
https://wordpress.org/plugins/amazon-s3-and-cloudfront/
The plugin seems to be still actively developed with the latest release made just a month ago.
Hope that this helps!
Best,
Bobby