mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 22:17:25 +08:00
add s3 multipart upload
This commit is contained in:
@@ -26,5 +26,5 @@ func (c CRC) Value() uint32 {
|
||||
func (n *Needle) Etag() string {
|
||||
bits := make([]byte, 4)
|
||||
util.Uint32toBytes(bits, uint32(n.Checksum))
|
||||
return fmt.Sprintf("\"%x\"", bits)
|
||||
return fmt.Sprintf("%x", bits)
|
||||
}
|
||||
|
Reference in New Issue
Block a user