class Aws::S3::Presigner::PresignHandler

def call(context)

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