# File lib/aws/glacier/resource.rb, line 19 def initialize *args options = args.last.is_a?(Hash) ? args.last : {} @account_id = options[:account_id] || '-' super end