I'm using Active Storage with Rails 5.2.
When I create a download link for an image, it generates an URL for the blob that points to the rails application.
Is there any way to create a download link that directory points to a cloud service like S3 without redirecting to the rails application?