aws-s3-lsElenca bucket AWS S3, cartelle (prefissi) e file (oggetti). Maggiori informazioni: https://docs.aws.amazon.com/cli/latest/reference/s3/ls.html.
aws s3 ls
s3:// è opzionale):aws s3 ls s3://{{nome_bucket}}
aws s3 ls {{nome_bucket}}/{{percorso/della/directory}}/
aws s3 ls --recursive {{nome_bucket}}
aws s3 ls --recursive {{nome_bucket}}/{{percorso/della/directory}}/{{prefisso}}
aws s3 ls help