# frozen_string_literal: true

# utility classes
module Aws
  module STS
    autoload :Presigner, 'aws-sdk-sts/presigner'
  end
end
