1
0
mirror of https://github.com/minio/mc.git synced 2025-11-28 08:03:56 +03:00

when --no-list is specified avoid every List() call (#5082)

This commit is contained in:
Harshavardhana
2024-11-17 11:35:25 -08:00
committed by GitHub
parent 308a8ea9d0
commit bb4ff4951a
3 changed files with 6 additions and 1 deletions

View File

@@ -212,6 +212,7 @@ func url2Stat(ctx context.Context, opts url2StatOptions) (client Client, content
versionID: opts.versionID,
isZip: opts.isZip,
ignoreBucketExists: opts.ignoreBucketExistsCheck,
headOnly: opts.headOnly,
})
if err != nil {
return nil, nil, err.Trace(opts.urlStr)