class Aws::Plugins::GlacierApiVersion::Handler

def call(context)

def call(context)
  version = context.config.api.version
  context.http_request.headers['x-amz-glacier-version'] = version
  @handler.call(context)
end