mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 10:18:45 +08:00
fix: find error
This commit is contained in:
parent
7c3eb34275
commit
816ca6a5c9
@ -314,8 +314,10 @@ func (m *Minio) StatObject(ctx context.Context, name string) (*s3.ObjectInfo, er
|
||||
return nil, err
|
||||
}
|
||||
log.ZDebug(ctx, "StatObject !!!!!!1111111111111111111111111111111111")
|
||||
log.ZInfo(ctx, "StatObject", "bucket", m.bucket, "name", name)
|
||||
info, err := m.core.Client.StatObject(ctx, m.bucket, name, minio.StatObjectOptions{})
|
||||
if err != nil {
|
||||
log.ZDebug(ctx, "StatObject !!!!!!555555555555", err)
|
||||
return nil, err
|
||||
}
|
||||
log.ZDebug(ctx, "StatObject !!!!!!22222222222222222222222222222222222")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user