class Aws::Plugins::EC2CopyEncryptedSnapshot::PresignHandler

def call(context)

def call(context)
  convert_post_2_get(context)
  Seahorse::Client::Response.new(
    context: context,
    data: presigned_url(context.http_request, context.config))
end