This weekend I got curious. How lightweight could an Amazon S3 download script be?
There are plenty of AWS and S3 command line tools and libraries for everyone’s favorite scripting languages, but as I’m currently working in the IoT space, I wondered what the smallest number of dependencies was that I could get away with and still authenticate a private file download.
Here is what I came up with: Continue reading