CLI per AWS S3 - fornisce spazio di archiviazione tramite le interfacce di Amazon Web Services. Maggiori informazioni: https://aws.amazon.com/cli.
aws s3 ls {{nome_bucket}}
aws s3 sync {{percorso/ai/file}} s3://{{nome_bucket}}
aws s3 sync s3://{{nome_bucket}} {{path/to/target}}
aws s3 sync {{percorso/ai/file}} s3://{{nome_bucket}} --exclude {{percorso/al/file}} --exclude {{directory}}/*
aws s3 rm s3://{{bucket}}/{{percorso/al/file}}
aws s3 {{qualsiasi_comando}} --dryrun