Day 14 - Unknown storage

Bucket name: advent-bucket-one
##Q1 - What is the name of the file you found?
curl advent-bucket-one.s3.amazonaws.com | xmllint --format -
gets a copy of the page which is comprised of an XML document
xmllint will give us a pretty printed version of the file

##Q2 - What is in the file?
curl advent-bucket-one.s3.amazonaws.com/employee_names.txt
By AdaniKamal
Last updated