aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-09 18:02:17 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-09 18:02:17 -0800
commitb4abe3c0814f95a08dfb0b57ac0fa6dae71dde5c (patch)
treea616508831632e4d61505d553b88db41ffbba40e
parentf3ce3166ad08b08b916efaf4833f4ff1e140325b (diff)
downloadseaweedfs-b4abe3c0814f95a08dfb0b57ac0fa6dae71dde5c.tar.xz
seaweedfs-b4abe3c0814f95a08dfb0b57ac0fa6dae71dde5c.zip
unused
-rw-r--r--weed/s3api/auth_signature_v4.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/s3api/auth_signature_v4.go b/weed/s3api/auth_signature_v4.go
index 3bc5f6457..757016a55 100644
--- a/weed/s3api/auth_signature_v4.go
+++ b/weed/s3api/auth_signature_v4.go
@@ -49,7 +49,6 @@ const (
emptySHA256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
streamingContentSHA256 = "STREAMING-AWS4-HMAC-SHA256-PAYLOAD"
signV4ChunkedAlgorithm = "AWS4-HMAC-SHA256-PAYLOAD"
- streamingContentEncoding = "aws-chunked"
// http Header "x-amz-content-sha256" == "UNSIGNED-PAYLOAD" indicates that the
// client did not calculate sha256 of the payload.