aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/http
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-12-13 00:47:16 -0800
committerGitHub <noreply@github.com>2021-12-13 00:47:16 -0800
commitab0c6a84bf314e5d446c1c445d393583bbbed444 (patch)
treeb6c8654a9d5e6373f9f06c218cca5e80fb5d657f /weed/s3api/http
parentc3b73ec23b9c7831e31503ebf3a64cc2f0a3c33d (diff)
parent34779e8f38cd9d574e7cd6fb2da6a0ab5f3fef38 (diff)
downloadseaweedfs-ab0c6a84bf314e5d446c1c445d393583bbbed444.tar.xz
seaweedfs-ab0c6a84bf314e5d446c1c445d393583bbbed444.zip
Merge pull request #2503 from kmlebedev/audit_log_nonblocking
Audit log force async
Diffstat (limited to 'weed/s3api/http')
-rw-r--r--weed/s3api/http/header.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/http/header.go b/weed/s3api/http/header.go
index 7579cf312..135d50159 100644
--- a/weed/s3api/http/header.go
+++ b/weed/s3api/http/header.go
@@ -38,6 +38,7 @@ const (
// Non-Standard S3 HTTP request constants
const (
AmzIdentityId = "s3-identity-id"
+ AmzAuthType = "s3-auth-type"
AmzIsAdmin = "s3-is-admin" // only set to http request header as a context
)