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 Mar 1, 2024. It is now read-only.
There is a library django-s3direct for pre-signed url upload to S3 storage, but the library code doesn't allow for easy integration with our existing framework. I have made a somewhat functioning version at my expt-s3-direct-upload branch, but:
Material UI cannot easily be applied since the js code assumes the HTML elements in the widget template to be in a specific structure
The initialization js code needs to be change to accommodate for Turbolinks page navigations. This has been done, but the original minified js code could make future maintenance of the additional code difficult
For the purpose of the project, I suggest to exclude the pre-signed url upload feature, since Django and django-storage doesn't support this, and the effort needed for implementing this using django-s3direct is far greater than what we would expect for a demo for others to reference.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: