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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: