mirror of
https://github.com/pgsty/minio.git
synced 2026-09-26 04:45:59 +03:00
signature: Use a layered approach for signature verification.
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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// +build ignore
|
||||
|
||||
package xl
|
||||
Reference in New Issue
Block a user