I know that something is not so simple for me here ...
CarrierWave::Storage::Fog::File
does the method exist ?
How to use it? I'm just trying to check if a previously uploaded file exists on the remote storage.
Neither my image object nor my uploader object have access to this method. Don't I really need to create a new CarrierWave::Storage::Fog::File
object to check for a file?
If so, what parameters should I enter? It accepts the following: uploader, base, path (I used the bootloader, the repository directory, and the image URL, but that didn't work)
source share