class Aws::Plugins::EC2CopyEncryptedSnapshot::Handler

def presigned_url(client, params)

def presigned_url(client, params)
  client = source_region_client(client, params)
  client.handle(PresignHandler, step: :build, priority: 0)
  client.copy_snapshot(params).data # presigned url
end