storage: binary size increase by 20Mb after the commit 9ad83248a7049c82580bc45d9685c329811bce88 #11448
Labels
api: storage
Issues related to the Cloud Storage API.
type: question
Request for information or clarification. Not an issue.
We at VictoriaMetrics use cloud.google.com/go/storage package here for interaction with from Google Storage.
This dependency increased VictoriaMetrics backup/restore binaries size by 20Mb after we upgraded cloud.google.com/go/storage dependency from v1.43.0 to v1.44.0+ . This is more than 25% of binary size increase. We try hard keeping dependency bloat at minimum - see https://valyala.medium.com/stripping-dependency-bloat-in-victoriametrics-docker-image-983fb5912b0d . So it would be great if you could reduce the storage dependency size to pre-v1.44.0 sizes.
Related PR:
#10757
The text was updated successfully, but these errors were encountered: