Tags: cloud aws
Rating:
Checkout the original writeup with relevant images included
aws configure
, to authenticate by providing those information mentioned aboveaws s3 ls
lists all the directories on the corresponding authorized S3 bucket, and you will see a private directory that wasn't found on step 1. You should be able to find a file in it, which contain the 2nd flagaws s3 cp <source> <target>
allows you to download/copy the file from S3 bucket (requires prefix s3://FULL_PATH) to local machine