mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
Fix user-agent prefix to have docker instead of suffix.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user