mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Include tier name in MinIO/S3 target user-agent (#16630)
This commit is contained in:
committed by
GitHub
parent
d136ac0596
commit
a1dd08f2e6
@@ -101,7 +101,7 @@ func (gcs *warmBackendGCS) InUse(ctx context.Context) (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
func newWarmBackendGCS(conf madmin.TierGCS) (*warmBackendGCS, error) {
|
||||
func newWarmBackendGCS(conf madmin.TierGCS, _ string) (*warmBackendGCS, error) {
|
||||
credsJSON, err := conf.GetCredentialJSON()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user