# File lib/aws/core/session_signer.rb, line 32
      def initialize config
        @config = config
        @session_mutex = Mutex.new
      end