class ActiveStorage::Service::GCSService

def client

def client
  @client ||= Google::Cloud::Storage.new(config.except(:bucket))
end