aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/stats.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/s3api/stats.go')
-rw-r--r--weed/s3api/stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/stats.go b/weed/s3api/stats.go
index 481cb1625..16a546c66 100644
--- a/weed/s3api/stats.go
+++ b/weed/s3api/stats.go
@@ -11,7 +11,7 @@ func track(f http.HandlerFunc, action string) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
- w.Header().Set("Server", "Seaweed S3 "+util.VERSION)
+ w.Header().Set("Server", "SeaweedFS S3 "+util.VERSION)
start := time.Now()
stats_collect.S3RequestCounter.WithLabelValues(action).Inc()