-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace MD5 calculations with use of S3 hashes #728
Comments
Double check that the S3 files always have MD5 as etags. |
Need to address multipart uploads as detailed here: https://stackoverflow.com/questions/12186993/what-is-the-algorithm-to-compute-the-amazon-s3-etag-for-a-file-larger-than-5gb |
Items of note: Reference python implementation:
|
I've deployed a new AC API version which uses S3 etags: #747 |
After the ACs are updated, we can hopefully remove the manual hash calc code. |
Dan might have time to update ACs the week starting the 17th March. |
No description provided.
The text was updated successfully, but these errors were encountered: