Thanks for providing this! I’m using it for a different reason: Moving the assets to a different AWS S3 bucket. I’m trying to create different buckets for the different environments so that I can do testing. I’m getting the following error:
NoMethodError: undefined method
rails_storage_redirect_url’`
I am on Rails 6.0.4.1. I’m not seeing any documentation on this particular method (rails_storage_redirect_url). Is there something I’m missing?
Thanks for any help you can provide!