bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
653 stars 234 forks source link

S3DirectField has varchar limit of 100 , how can i extend that? #217

Open pdf9 opened 3 years ago

pdf9 commented 3 years ago

I'm getting an error where it says i'm exceeding the 100 character limit (only once i push to heroku, not in local). I tested and did find that if i reduced my file name and folder key so the total url was <100 i didn't get the error. Now i just need help adjusting the that limit out. Or I guess I could create a new bucked with smaller name lol.