aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/http/header.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-11-11 22:19:47 -0800
committerGitHub <noreply@github.com>2020-11-11 22:19:47 -0800
commit0fbc27b6407efaf07dceb54fe6d3cd64e3d033b3 (patch)
treeb5cd33958275aeb798e8409c1dc6a6421b521814 /weed/s3api/http/header.go
parent827930e2492280c80a1e4dbe2a4e07bf4c7447e5 (diff)
parentd7cc0498e012dd5a1d641d80187b1f4241bf56e3 (diff)
downloadseaweedfs-0fbc27b6407efaf07dceb54fe6d3cd64e3d033b3.tar.xz
seaweedfs-0fbc27b6407efaf07dceb54fe6d3cd64e3d033b3.zip
Merge pull request #1612 from taozix/master
add owner attr for bucket.
Diffstat (limited to 'weed/s3api/http/header.go')
-rw-r--r--weed/s3api/http/header.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/s3api/http/header.go b/weed/s3api/http/header.go
index 2802b560f..cdd383c84 100644
--- a/weed/s3api/http/header.go
+++ b/weed/s3api/http/header.go
@@ -28,3 +28,8 @@ const (
AmzObjectTagging = "X-Amz-Tagging"
AmzTagCount = "x-amz-tagging-count"
)
+
+// Non-Standard S3 HTTP request constants
+const (
+ AmzIdentityId = "x-amz-identity-id"
+)