imgproxy.rb icon indicating copy to clipboard operation
imgproxy.rb copied to clipboard

ShrineS3 url needs to be configurable?

Open mateomurphy opened this issue 4 years ago • 1 comments

In my shrine setup, the S3 urls are in the format "s3://#{image.storage.bucket.name}/store/#{image.id}". I've overridden Imgproxy::UrlAdapters::ShrineS3#url to customize this, but perhaps it would be a good idea to make this configurable?

mateomurphy avatar Feb 11 '20 01:02 mateomurphy

The gem didn't use Shrine's prefix. Fixed in 1.2

DarthSim avatar May 12 '20 11:05 DarthSim