amazon s3 - Prevent duplicate storage on S3 -
how 1 prevent storing duplicate value on s3 based on md5 hash? seems way run hash before trying store file, there way ask s3 not store file if same last version of file. don't want s3 record new version.
name file hash. way when try upload duplicate can check see if duplicate exists first before uploading.
Comments
Post a Comment