Can AWK & Async Command be used to change files in AWS S3?
I would like to rename pdf files I have in an AWS S3 bucket, changing their names from some sort of numbers we use, into UUIDs we have in a PostgreSQL table. Currently, I'm trying to do it like this:…