Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

AWS Multipart Uploads Breaking Hash Comparisons #201

Open
sean-wallace opened this issue Jun 30, 2020 · 1 comment · May be fixed by #202
Open

AWS Multipart Uploads Breaking Hash Comparisons #201

sean-wallace opened this issue Jun 30, 2020 · 1 comment · May be fixed by #202
Labels
bug s3 Related to AWS S3

Comments

@sean-wallace
Copy link

I am having an issue where larger files in my project are being re-uploaded to AWS every single time I run collectstatic with collectfast installed. Upon inspection, this problem seems to only occur on the files whose ETags have the form XXXXXXXXXX-Y where Y indicates the number of parts in the upload. I think this may be a known issue, so wanted to ask here if there is a known solution. If not, I may be able to help tackle a fix. Thanks!

I'm currently using Python 3.8.3, Django 2.2.13, django-storages 1.9.1, and CollectFast 2.2.0

See also:

@antonagestam
Copy link
Owner

This is not a known issue to me, do feel free to address this. collectfast has "live" tests uploading to real buckets, so perhaps those could be adjusted to also include a case that will use multipart uploads.

Thanks for reporting this!

@antonagestam antonagestam added the s3 Related to AWS S3 label Jul 1, 2020
@sean-wallace sean-wallace linked a pull request Jul 2, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug s3 Related to AWS S3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants