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

v2: decompressors: add LimitedDecompressors helper #415

Closed nywilken closed 1 year ago

nywilken commented 1 year ago

This change ports the helper function LimitedDecompressors(filesLimit, fileSizeLimit) for creating the same suite of decompressors as Decompressors, but all configured with the given filesLimit and fileSizeLimit that was introduced in go-getter v1.

Changes ported from #413