mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Implement multipart upload library functions
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"crypto/md5"
|
||||
"fmt"
|
||||
"io"
|
||||
"os"
|
||||
"os/exec"
|
||||
|
||||
"crypto/md5"
|
||||
)
|
||||
|
||||
// hashBinary computes MD5SUM of a binary file on disk
|
||||
|
||||
Reference in New Issue
Block a user