aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/http/header.go
diff options
context:
space:
mode:
authorkmlebedev <9497591+kmlebedev@users.noreply.github.com>2021-12-10 19:40:32 +0500
committerkmlebedev <9497591+kmlebedev@users.noreply.github.com>2021-12-10 19:40:32 +0500
commit4f98553ba9c0055b3fc5f76c11e61924cb9ec1e8 (patch)
tree82d6ae7a5fc62128954762bf41e4f09f9a2e068b /weed/s3api/http/header.go
parent98251fe16aae9d3cd59d0a04435bae9280a11977 (diff)
downloadseaweedfs-4f98553ba9c0055b3fc5f76c11e61924cb9ec1e8.tar.xz
seaweedfs-4f98553ba9c0055b3fc5f76c11e61924cb9ec1e8.zip
audit log SignatureVersion
Diffstat (limited to 'weed/s3api/http/header.go')
-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
)