class Aws::Plugins::S3HostId::Handler

def call(context)

def call(context)
  response = @handler.call(context)
  h = context.http_response.headers
  context[:s3_host_id] = h['x-amz-id-2']
  response
end