class ActiveStorage::Service::GCSService

def file_for(key, skip_lookup: true)

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