I plan on setting up a Strapi application as a DO app using this guide: https://www.youtube.com/watch?v=tnGqqUzzh6U
Please could anyone explain (or point me in the direction of a guide) that shows the process of how to use Digital Ocean to host images for my Strapi app, using the strapi upload plugin. In the video, they mention digital ocean spaces can be used to manage images but not sure how to actually connect the two.
Thanks!
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,
What you could do is to use the
strapi-provider-upload-do
package here:https://www.npmjs.com/package/strapi-provider-upload-do
This provider allows you to upload to the DigitalOcean Space using the AWS S3 API.
./config/plugins.js
with content.env
and add provide Digital Ocean config.In case that this helps, there has been a similar discussion on the Strapi forum as well:
Hope that this helps!
Best,
Bobby