Generate a key in aws portal, https://us-east-1.console.aws.amazon.com/ then use it
$ aws configure
some Unix notes
Generate a key in aws portal, https://us-east-1.console.aws.amazon.com/ then use it
$ aws configure
aws s3 ls s3://some_bucket/ --recursive
Search on a given date
aws s3api list-objects-v2 --bucket BUCKET_NAME --query 'Contents[?contains(LastModified, `YYYY-MM-DD`)].Key'
Search from a certain date to today
aws s3api list-objects-v2 --bucket BUCKET_NAME --query 'Contents[?LastModified>=`YYYY-MM-DD`].Key'
yum -y install qemu-guest-agent ; systemctl enable --now qemu-guest-agent