|
|
|
@ -139,6 +139,9 @@ func (m *Minio) initMinio(ctx context.Context) error {
|
|
|
|
|
log.ZDebug(ctx, "conf!11111111111111111111111111111111111111111111111111111111111111111111111111111", m.config, "werqwerqw")
|
|
|
|
|
conf := m.config.Object.Minio
|
|
|
|
|
log.ZDebug(ctx, "conf!11111111111111111111111111111111111111111111111111111111111111111111111111111", m.config, "conf", conf.Bucket, "openopen")
|
|
|
|
|
if conf.Bucket != "openim" {
|
|
|
|
|
log.ZError(ctx, "ppppppppppppppppppppppppppppppp", fmt.Errorf("aaa"))
|
|
|
|
|
}
|
|
|
|
|
exists, err := m.core.Client.BucketExists(ctx, conf.Bucket)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return fmt.Errorf("check bucket exists error: %w", err)
|
|
|
|
|