bradleyg / django-s3direct

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

Don't set optional params in JSON / Add ability to use functions in params #143

Closed corcoran closed 5 years ago

corcoran commented 6 years ago

If these params are undefined in settings they show up in S3 as 'null' values rather than the default 'undefined'.

Cache-Control: null
Content-Disposition: null

This also allows you to use the optional filename parameter

bradleyg commented 5 years ago

Thanks.