# File lib/fog/aws/sts.rb, line 37
        def initialize(options={})
          @use_iam_profile = options[:use_iam_profile]
          setup_credentials(options)
        end