You can:
s3 catlets you view files on S3 without downloading them, using the bat pager which supports syntax highlighting. Adding the-p/--pretty-printswitch will pretty print JSON filess3 lslist files;-r/--recursivewill generate list contents recursively and-h/--humanwill print sizes in human readable format (e.g., 234 Mb)s3 rm paths...will delete files from S3s3 touch pathwill create an empty file on S3s3 cp source destinationwill copy a file; source and destination can be local paths or S3 paths
If you don't have rust installed, you can install it with rustup.
Once rust is installed, you can run
cargo install --locked --git https://github.com/msalib/s3
to install s3 and then run
s3 --help
to see a lit of commands.