Add checksum to existing objects that do not have a checksum

0

I have started using the ChecksumAlgorithm param to add a checksum when files are uploaded to S3.

My question is how to backfill the checksum for existing objects that have been added to the bucket in the past couple years.

已提問 2 年前檢視次數 260 次
1 個回答
1
已接受的答案

Hello,

I understand that you would like to know how to apply checksum for existing objects. To apply any of these checksum values to objects that are already uploaded to Amazon S3, you can copy the object. When you copy an object, you can specify whether you want to use the existing checksum algorithm or use a new one. You can specify a checksum algorithm when using any supported mechanism for copying objects, including S3 Batch Operations.

For more information about S3 Batch Operations, see Performing large-scale batch operations on Amazon S3 objects

AWS
支援工程師
已回答 2 年前
  • How do I get the md5 hash checksum value of files greater than 5GB? the s3 copy method has a limitation of 5GB and hence it cannot copy and cannot generate md5. Please advise.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南