mirror of
https://github.com/minio/minio.git
synced 2025-03-13 21:12:55 -04:00
Signature calculation has now moved out from being a package to top-level as a layered mechanism. In case of payload calculation with body, go-routines are initiated to simultaneously write and calculate shasum. Errors are sent over the writer so that the lower layer removes the temporary files properly.