Remove dead unused errs and constants. (#4627)

This commit is contained in:
Harshavardhana
2017-07-07 14:31:42 -07:00
committed by Dee Koder
parent c83055500d
commit f5ce685aa1
4 changed files with 3 additions and 19 deletions

View File

@@ -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