We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee3ddb commit 5768c9bCopy full SHA for 5768c9b
objectstorage/client.go
@@ -94,6 +94,7 @@ func New(core *client.CoreClient, accessKey string, secretKey string, opts ...Cl
94
if err != nil {
95
return nil, err
96
}
97
+ minioClient.SetAppInfo("wrapper", core.GetConfig().UserAgent)
98
99
osClient.minioClient = minioClient
100
0 commit comments