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.

demandé il y a 2 ans260 vues
1 réponse
1
Réponse acceptée

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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 2 ans
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions