mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Remove dead unused errs and constants. (#4627)
This commit is contained in:
committed by
Dee Koder
parent
c83055500d
commit
f5ce685aa1
@@ -39,10 +39,9 @@ import (
|
||||
|
||||
// AWS Signature Version '4' constants.
|
||||
const (
|
||||
signV4Algorithm = "AWS4-HMAC-SHA256"
|
||||
iso8601Format = "20060102T150405Z"
|
||||
yyyymmdd = "20060102"
|
||||
presignedHostHeader = "host"
|
||||
signV4Algorithm = "AWS4-HMAC-SHA256"
|
||||
iso8601Format = "20060102T150405Z"
|
||||
yyyymmdd = "20060102"
|
||||
)
|
||||
|
||||
// getCanonicalHeaders generate a list of request headers with their values
|
||||
|
||||
Reference in New Issue
Block a user