class Aws::Plugins::EC2CopyEncryptedSnapshot::Handler
def call(context)
def call(context) params = context.params params[:destination_region] = context.config.region params[:presigned_url] = presigned_url(context, params) @handler.call(context) end