Skip to content

Implement the file checksum in AWS

Xiangliang Meng requested to merge DavidMeng-FileChecksum into master

commit b1ff5827 Author: David Meng xlmeng@amazon.com Date: Fri Nov 11 2022 08:59:11 GMT-0600 (Central Standard Time)

Always calculate the file checksum no matter if the file is encrypted

commit d860028c Author: David Meng xlmeng@amazon.com Date: Thu Nov 10 2022 09:54:45 GMT-0600 (Central Standard Time)

Bypass the checksum calcluation if the object size equals to or is greater than 5G bytes

commit 02e2e308 Author: David Meng xlmeng@amazon.com Date: Tue Nov 08 2022 11:17:34 GMT-0600 (Central Standard Time)

Merge branch 'dev' into get-checksum

commit 62a82c57 Author: David Meng xlmeng@amazon.com Date: Tue Oct 25 2022 13:52:03 GMT-0500 (Central Daylight Time)

Merge branch 'dev' into get-checksum

commit a9487d72 Author: Morris Estepa estepamo@amazon.com Date: Tue Aug 02 2022 16:46:52 GMT-0500 (Central Daylight Time)

code cleanup

commit b91280ff Author: Morris Estepa estepamo@amazon.com Date: Tue Aug 02 2022 16:35:30 GMT-0500 (Central Daylight Time)

refactor

commit 014b8c4b Author: Morris Estepa estepamo@amazon.com Date: Tue Aug 02 2022 16:07:17 GMT-0500 (Central Daylight Time)

Get S3 object checksum.

Merge request reports