-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF30, 5.7.1
-
Component/s: Core VCS
The S3 Binary manager use a local cache on top of S3 Bucket.
However, when we store a Binary that has already been stored (ex: default thumb picture), we check for existence inside S3 Bucket.
Before doing the check against S3 Bucket, we should do the test against the local cache that should be faster.