# File lib/aws/core/authorize_with_session_token.rb, line 20
      def add_authorization! signer
        if signer.respond_to?(:session_token) and token = signer.session_token
          add_param("SecurityToken", token)
        end
        super
      end