class Aws::S3::Plugins::S3Signer::LegacyHandler

def call(context)

def call(context)
  LegacySigner.sign(context)
  @handler.call(context)
end