diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-15 16:59:28 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-15 16:59:28 -0800 |
| commit | 0ea5c087ce8414e2fc6a0d470d316bac7fd1167b (patch) | |
| tree | 5c6f0e56759c80a3b446ab29b84d46660e49276f /weed/s3api/http | |
| parent | 95c0de285d907cbd826ba6ce97f7c4994c16ffd5 (diff) | |
| download | seaweedfs-0ea5c087ce8414e2fc6a0d470d316bac7fd1167b.tar.xz seaweedfs-0ea5c087ce8414e2fc6a0d470d316bac7fd1167b.zip | |
go fmt
Diffstat (limited to 'weed/s3api/http')
| -rw-r--r-- | weed/s3api/http/header.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/http/header.go b/weed/s3api/http/header.go index f496429fc..a960d2370 100644 --- a/weed/s3api/http/header.go +++ b/weed/s3api/http/header.go @@ -32,5 +32,5 @@ const ( // Non-Standard S3 HTTP request constants const ( AmzIdentityId = "x-amz-identity-id" - AmzIsAdmin = "x-amz-is-admin" // only set to http request header as a context + AmzIsAdmin = "x-amz-is-admin" // only set to http request header as a context ) |
