Duke-GCB / D4S2

Web service to facilitate notification and transfer of projects in DukeDS
MIT License
0 stars 0 forks source link

Provide zip downloads of delivered projects #203

Closed dleehr closed 5 years ago

dleehr commented 5 years ago

Allow users to download delivered projects as a zip file.

We have PoC code in https://github.com/dleehr/dds-zipper that demonstrates how this is done by streaming the data and building the zip file on-the fly. Port this implementation into D4S2, leveraging the existing authentication framework.