diff options
| author | ruitao.liu <ruitao.liu@cloudminds.com> | 2020-11-11 16:20:59 +0800 |
|---|---|---|
| committer | ruitao.liu <ruitao.liu@cloudminds.com> | 2020-11-11 16:20:59 +0800 |
| commit | 5b636b3242ab16043242e12a93b414931023fca2 (patch) | |
| tree | e0b5b0e0c204c59c2118ff460ae73478dca1437c /weed/s3api/http/header.go | |
| parent | 75887ba2a20b9f3f7ff9c4b8998cf3af0c0f48c2 (diff) | |
| download | seaweedfs-5b636b3242ab16043242e12a93b414931023fca2.tar.xz seaweedfs-5b636b3242ab16043242e12a93b414931023fca2.zip | |
Add bucket owner attr.
Diffstat (limited to 'weed/s3api/http/header.go')
| -rw-r--r-- | weed/s3api/http/header.go | 5 |
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" +) |
