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