class Aws::Plugins::EC2CopyEncryptedSnapshot::Handler

def call(context)

def call(context)
  params = context.params
  unless params.key?(:destination_region)
    params[:destination_region] = context.config.region
    params[:presigned_url] = presigned_url(context.client, params)
  end
  @handler.call(context)
end