class ActiveStorage::Service::DiskService

def private_url(key, expires_in:, filename:, content_type:, disposition:, **)

def private_url(key, expires_in:, filename:, content_type:, disposition:, **)
  generate_url(key, expires_in: expires_in, filename: filename, content_type: content_type, disposition: disposition)
end