hashicorp / go-getter

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

v1: decompressors: add LimitedDecompressors helper #413

Closed shoenig closed 1 year ago

shoenig commented 1 year ago

This PR adds helper function LimitedDecompressors(filesLimit, fileSizeLimit) for creating the same suite of decompressors as Decompressors, but all configured with the given filesLimit and fileSizeLimit (where applicable).