Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(s3): fix check in dedupe logic (#2700)
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 <[email protected]>
- Loading branch information