You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
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
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.
I am having an issue where larger files in my project are being re-uploaded to AWS every single time I run
collectstatic
withcollectfast
installed. Upon inspection, this problem seems to only occur on the files whose ETags have the formXXXXXXXXXX-Y
whereY
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:
The text was updated successfully, but these errors were encountered: