If I'm not mistaken /download_zip endpoint creates a zip using method "store" (meaning 0% compression). So it doesn't make sense to use this API for optimising fetching size, since the resulting zip's size is the same as the one of the remote folder. I understand, that there might be use cases for that, probably, but I was wondering whether I'm missing some configuration param, that allows specifying a compression method. If not, perhaps it can be a feature request?