mirror of https://github.com/milvus-io/milvus.git
Remove secretkey and accesskey log print for MinIO (#11130)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/11153/head
parent
cd79fd07c4
commit
2b0f1a14ac
|
@ -54,7 +54,6 @@ type Option struct {
|
|||
func NewMinIOKV(ctx context.Context, option *Option) (*MinIOKV, error) {
|
||||
var minIOClient *minio.Client
|
||||
var err error
|
||||
log.Debug("MinioKV NewMinioKV", zap.Any("option", option))
|
||||
minIOClient, err = minio.New(option.Address, &minio.Options{
|
||||
Creds: credentials.NewStaticV4(option.AccessKeyID, option.SecretAccessKeyID, ""),
|
||||
Secure: option.UseSSL,
|
||||
|
|
Loading…
Reference in New Issue