Mateo Murphy
Results
9
issues of
Mateo Murphy
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?
I'm running into an issue when trying to mock google storage: ``` storage = Fog::Storage::Google.new({ :google_storage_access_key_id => "id", :google_storage_secret_access_key => "key" }) bucket = storage.directories.create(key: "name") pp bucket.files.all # returns...