Building a CLI application in Go: Part 0

Building a CLI application in Go: Part 0 Intro I have written a tiny CLI app that can update the storage class of objects in an AWS S3 Bucket. To be completely honest, this tool is rather useless in the wild. You can achieve the same results natively with AWS S3 Lifecycle policies. However, this app is my opportunity to talk about writing CLI applications in Go as well as speculate about pet projects in general....

September 2, 2022 · 6 min · Yurii Rochniak