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