Skip to content
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

django-buckets: upload_to option should auto-generate folders #434

Closed
linzjax opened this issue Jul 13, 2016 · 0 comments · Fixed by #514
Closed

django-buckets: upload_to option should auto-generate folders #434

linzjax opened this issue Jul 13, 2016 · 0 comments · Fixed by #514
Assignees
Milestone

Comments

@linzjax
Copy link
Contributor

linzjax commented Jul 13, 2016

Currently if you set a model field to S3FileField(upload_to='<folder_name>') if the folder doesn't exist it throws errors, so you have to manually add the folder. It should check whether or not the folder exists and then generate it automatically if it's missing.

@wonderchook wonderchook added this to the Post July Release Sprint milestone Jul 14, 2016
@oliverroick oliverroick self-assigned this Jul 19, 2016
ian-ross added a commit that referenced this issue Jul 27, 2016
Improved handling of resource files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants