mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Include tier name in MinIO/S3 target user-agent (#16630)
This commit is contained in:
committed by
GitHub
parent
d136ac0596
commit
a1dd08f2e6
@@ -108,7 +108,7 @@ func (az *warmBackendAzure) InUse(ctx context.Context) (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
func newWarmBackendAzure(conf madmin.TierAzure) (*warmBackendAzure, error) {
|
||||
func newWarmBackendAzure(conf madmin.TierAzure, _ string) (*warmBackendAzure, error) {
|
||||
credential, err := azblob.NewSharedKeyCredential(conf.AccountName, conf.AccountKey)
|
||||
if err != nil {
|
||||
if _, ok := err.(base64.CorruptInputError); ok {
|
||||
|
||||
Reference in New Issue
Block a user