bradleyg / django-s3direct

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

Can Foreign Key of related model be added to the file name? #182

Open LordXyTh opened 5 years ago

LordXyTh commented 5 years ago

Let's say I have an Invoice and we upload many documents associated with that invoice. Can we use the Invoice ID to create a sub folder in AWS and store all the documents in that folder?

simondrabble commented 4 years ago

Over a year since this ticket was opened and no response from the devs. This is how software dies.

seyikayode commented 3 years ago

I also need to add a user folder with the username where files could be stored

JoeBerg8 commented 2 years ago

anyone ever land on a solution here? in need of same thing