class Aws::Plugins::EC2CopyEncryptedSnapshot::PresignHandler

def new_endpoint(context)

def new_endpoint(context)
  body = context.http_request.body_contents
  endpoint = context.http_request.endpoint
  endpoint.query = body
  endpoint
end