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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -