protected function _run_lambda_async($new_key)
 {
     $args = $this->_get_lambda_args(['new_filename' => $new_key]);
     $function = $this->_get_lambda_function();
     return $this->_lambda_client->invokeAsync(['FunctionName' => $function, 'InvokeArgs' => json_encode($args), 'Payload' => json_encode($args)]);
 }