hashicorp / go-getter

Package for downloading things from a string URL using a variety of protocols.
Mozilla Public License 2.0
1.65k stars 232 forks source link

Document zstandard support #410

Open mark-rushakoff opened 1 year ago

mark-rushakoff commented 1 year ago

It looks like zstandard support was added over two years ago in https://github.com/hashicorp/go-getter/pull/292, but the unarchiving section of the README doesn't mention it.

(I'm successfully using the artifact stanza in my Nomad jobs with a .zst file, and it's undocumented over there too: https://developer.hashicorp.com/nomad/docs/job-specification/artifact.)