You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
In my shrine setup, the S3 urls are in the format
"s3://#{image.storage.bucket.name}/store/#{image.id}"
. I've overriddenImgproxy::UrlAdapters::ShrineS3#url
to customize this, but perhaps it would be a good idea to make this configurable?The text was updated successfully, but these errors were encountered: