Skip to content

Commit 77a8138

Browse files
committed
Exclude credential const from linting
1 parent 0acbf79 commit 77a8138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/gateway/sig/v4.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const (
3535
v4shortTimeFormat = "20060102"
3636
maxExpires = 604800
3737

38-
v4AmzAlgorithm = "X-Amz-Algorithm"
38+
v4AmzAlgorithm = "X-Amz-Algorithm"
39+
//nolint:gosec
3940
v4AmzCredential = "X-Amz-Credential"
4041
v4AmzSignature = "X-Amz-Signature"
4142
v4AmzDate = "X-Amz-Date"

0 commit comments

Comments
 (0)