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.
当我使用 S3 上传文件时,SDK 是否会对文件进行哈希处理并在上传之前确保当前版本不同?我想在我的代码中使用 MD5 函数,但如果它已经完成,我不想浪费时间两次散列大文件,但我也不想浪费时间上传已经存在的文件。
如果您指的是适用于 .NET 的 AWS 开发工具包,那么在您上传对象时,它当前不会对 Amazon S3 进行检查。