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