You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Currently we just look for an existing file, but we should be doing something like an md5 comparison.
S3 has an etag that is easily accessible without downloading the file, but it is never going to match Artifactory md5... but perhaps we could store the S3 Etag in a property in Artifactory and use that for comparison without having to download the file everytime?
The text was updated successfully, but these errors were encountered:
Currently we just look for an existing file, but we should be doing something like an md5 comparison.
S3 has an etag that is easily accessible without downloading the file, but it is never going to match Artifactory md5... but perhaps we could store the S3 Etag in a property in Artifactory and use that for comparison without having to download the file everytime?
The text was updated successfully, but these errors were encountered: