All operations with Amazon Glacier require your AWS account ID. You can specify the special value of ’-’ to specify your AWS account ID.
glacier = AWS::Glacier.new resp = glacier.client.list_vaults(:account_id => '-')
[Validate]