S3 Download Progress Bar in Golang Through a series of yak-shaves, I ended up needing to be able to do an S3 download on a machine without python on it, so I couldn’t install the AWS CLI.
However, it could run a pre-compiled binary of something, which is easy to generate in Golang.
I was still tinkering around with Cobra and CLI apps, so I thought… how hard can it be?