mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fix: the user-agent for Veeam
This commit is contained in:
parent
2c7bcee53f
commit
63e1ad9f29
@ -123,7 +123,7 @@ type capacityInfo struct {
|
||||
const (
|
||||
systemXMLObject = ".system-d26a9498-cb7c-4a87-a44a-8ae204f5ba6c/system.xml"
|
||||
capacityXMLObject = ".system-d26a9498-cb7c-4a87-a44a-8ae204f5ba6c/capacity.xml"
|
||||
veeamAgentSubstr = "1.0 Veeam/1.0 Backup"
|
||||
veeamAgentSubstr = "APN/1.0 Veeam/1.0"
|
||||
)
|
||||
|
||||
func isVeeamSOSAPIObject(object string) bool {
|
||||
|
Loading…
Reference in New Issue
Block a user