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.

feita há 2 anos260 visualizações
1 Resposta
1
Resposta aceita

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
ENGENHEIRO DE SUPORTE
respondido há 2 anos
  • 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.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas