So I didn't realize that I had been saving files and images in production to
config.active_storage.service = :local
I want it to match my staging which is
config.active_storage.service = :digitalocean_spaces
The problem is when I switch it I break all the links to the old images. Question is how do I migrate those files into my digitalocean_spaces or even get them out of active_storage.serivce local to upload them into my digital oceans space