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