class ActiveStorage::Service::GCSService

def file_for(key)

def file_for(key)
  bucket.file(key, skip_lookup: true)
end