ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

Box uploads should optionally set expiration on share links #116

Open ressy opened 3 years ago

ressy commented 3 years ago

The Box Python SDK's get_shared_link_download_url optionally takes an unshared_at timestamp argument. We can use this to automatically expire share links instead of having to manage that manually later.

ressy commented 1 year ago

(Less urgent while using rolling deletion of old dataset copies)