Change md5Sum to etag (#4399)

This commit is contained in:
Krishna Srinivas
2017-05-22 20:02:58 -07:00
committed by Harshavardhana
parent 0dab038858
commit 2aa76e7407
3 changed files with 12 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ const (
globalMinioModeDistXL = "mode-server-distributed-xl"
globalMinioModeGatewayAzure = "mode-gateway-azure"
globalMinioModeGatewayS3 = "mode-gateway-s3"
globalMinioModeGatewayGCS = "mode-gateway-gcs"
// Add new global values here.
)