aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_constants/header.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2024-04-07 23:51:22 +0500
committerGitHub <noreply@github.com>2024-04-07 11:51:22 -0700
commit35cba720a5e0c94d49c5d6ab8e621c0e17ed869a (patch)
treea00e21193af421a4eaee57a83b49444e31b36a49 /weed/s3api/s3_constants/header.go
parentd42a04cceb51d06ae6ec0e80ca8675969018d98b (diff)
downloadseaweedfs-35cba720a5e0c94d49c5d6ab8e621c0e17ed869a.tar.xz
seaweedfs-35cba720a5e0c94d49c5d6ab8e621c0e17ed869a.zip
[s3] add s3 pass test_multipart_upload (#5474)
add s3 pass test_multipart_upload
Diffstat (limited to 'weed/s3api/s3_constants/header.go')
-rw-r--r--weed/s3api/s3_constants/header.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/s3_constants/header.go b/weed/s3api/s3_constants/header.go
index 30a878ccb..8e4a2f8c7 100644
--- a/weed/s3api/s3_constants/header.go
+++ b/weed/s3api/s3_constants/header.go
@@ -39,6 +39,7 @@ const (
AmzTagCount = "x-amz-tagging-count"
X_SeaweedFS_Header_Directory_Key = "x-seaweedfs-is-directory-key"
+ X_SeaweedFS_Header_Upload_Id = "X-Seaweedfs-Upload-Id"
// S3 ACL headers
AmzCannedAcl = "X-Amz-Acl"