# File lib/aws/glacier.rb, line 65
    def intialize options = {}
      @account_id = options[:account_id] || '-'
      super
    end