Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何防止基于 MD5 哈希值在 S3 上存储重复值?似乎唯一的方法是在尝试存储文件之前运行哈希,但是如果它与文件的最后一个版本相同,有没有办法要求 S3 不存储文件。我什至不希望 S3 录制新版本。
用哈希命名文件。这样,当您尝试上传副本时,您可以在上传之前先检查副本是否存在。