How to return url of image from storage instead of file system

Hello,

I’ve set up Digital Ocean Spaces for image storage on Strapi v3, using the strapi-provider-upload-do package. However, I’m having an issues returning the correct image URL when I upload the image to a ‘copy’ field. The JSON response contains the URL of local image as well as the URL for the hosted image, all as one string. So for example, the image URL literally comes across as “https://localhost:1337https://url-of-bucket…”

I cannot figure out how to change this. Any ideas?

Thank you!