class Aws::Signers::V2

def path(endpoint)

def path(endpoint)
  endpoint.path == '' ? '/' : endpoint.path
end