Fix user-agent prefix to have docker instead of suffix.

This commit is contained in:
Minio Trusted
2016-10-21 17:45:50 -07:00
parent 774e9c8e3a
commit d1331ecc5c
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import (
// Global constants for Minio.
const (
minGoVersion = ">= 1.6" // Minio requires at least Go v1.6
minGoVersion = ">= 1.7" // Minio requires at least Go v1.7
)
// minio configuration related constants.