fix: s3(minio) file remove operation hangout (#1491)
This commit is contained in:
parent
16b5fc3f60
commit
2271fcfdef
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ func (handler *Driver) Meta(ctx context.Context, path string) (*MetaData, error)
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
defer res.Body.Close()
|
||||
|
||||
return &MetaData{
|
||||
Size: uint64(*res.ContentLength),
|
||||
|
|
Loading…
Add table
Reference in a new issue