aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/chunked_reader_v4.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-09 14:30:02 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-09 14:30:02 -0800
commit9ed364f053ff3a5c8675d33358a4cc7f63a79985 (patch)
treece2b55ad035e49590df682bc9994678fe9211b1c /weed/s3api/chunked_reader_v4.go
parent8d94564f4152cd890d5896a3dedf5e7589c5023e (diff)
downloadseaweedfs-9ed364f053ff3a5c8675d33358a4cc7f63a79985.tar.xz
seaweedfs-9ed364f053ff3a5c8675d33358a4cc7f63a79985.zip
support acl
Diffstat (limited to 'weed/s3api/chunked_reader_v4.go')
-rw-r--r--weed/s3api/chunked_reader_v4.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/weed/s3api/chunked_reader_v4.go b/weed/s3api/chunked_reader_v4.go
index 061fd4a92..ce9dad90c 100644
--- a/weed/s3api/chunked_reader_v4.go
+++ b/weed/s3api/chunked_reader_v4.go
@@ -27,11 +27,6 @@ import (
"net/http"
)
-// Streaming AWS Signature Version '4' constants.
-const (
- streamingContentSHA256 = "STREAMING-AWS4-HMAC-SHA256-PAYLOAD"
-)
-
const maxLineLength = 4 * humanize.KiByte // assumed <= bufio.defaultBufSize 4KiB
// lineTooLong is generated as chunk header is bigger than 4KiB.