# File lib/aws/core/region.rb, line 64
      def initialize name, options = {}
        @name = name
        @config = options[:config] || AWS.config
        @config = @config.with(:region => name)
      end