bradleyg / django-s3direct

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

Is there a way to separate the displayed filename and key value? #258

Open monkut opened 1 year ago

monkut commented 1 year ago

I'd like to be able to specify both, "filename", and "key" values, so that I can display the "filename" value to the user on upload, and use the "key" value internally.

Is there a method that this can be achieved with the current version?