#10300: Custom File Storage Backend broken by recent SVN commit. ------------------------------------+--------------------------------------- Reporter: erikcw | Owner: nobody Status: new | Milestone: Component: File uploads/storage | Version: SVN Keywords: file upload storage s3 | Stage: Unreviewed Has_patch: 0 | ------------------------------------+--------------------------------------- I just did an svn update to the latest trunk (from r9700), and now my file upload backend storage isn't behaving correctly. A 6MB file is being uploaded to my backend storage as a 1 byte file. When I revert by to r9700, the code behaves as intended.
My backend is a slightly modified (added encryption) version of the S3 backend from http://code.welldev.org/django-storages/wiki/Home If any other info would be helpful in tracking this down, let me know and I'll post it. -- Ticket URL: <http://code.djangoproject.com/ticket/10300> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
