kitware-resonant / django-resonant-utils

Django utilities for data management applications.
Apache License 2.0
2 stars 1 forks source link

Support passing content disposition to `expiring_url` #26

Open zachmullen opened 3 years ago

zachmullen commented 3 years ago

S3Boto3Storage natively supports this, one can pass in a parameters dict with ResponseContentDisposition key set. Unfortunately, MinioStorage and its Minio client do not natively support it. We could do a lot of work in the minio case and call some lower level functions on its minio client, however the easiest path forward might be to try and upstream a PR into minio storage to add a new optional kwarg to MinioStorage.url.