mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
513f2a0dc9
cache.HasBlob() looks in both buckets: duplicates and original blobs Because we want to check if the blob is in original bucket let's use cache.GetBlob() because it's looking only in original bucket. Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>