mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
return appropriate error upon tier update for incorrect credentials (#20034)
This commit is contained in:
@@ -144,7 +144,8 @@ func newWarmBackend(ctx context.Context, tier madmin.TierConfig, probe bool) (d
|
||||
return nil, errTierTypeUnsupported
|
||||
}
|
||||
if err != nil {
|
||||
return nil, errTierTypeUnsupported
|
||||
tierLogIf(ctx, err)
|
||||
return nil, errTierInvalidConfig
|
||||
}
|
||||
|
||||
if probe {
|
||||
|
||||
Reference in New Issue
Block a user