Closed jamienoss closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.79%. Comparing base (
106d2f5
) to head (d82c478
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Production deployment uses AWS S3 and django-storages to generate temporary access URLs to downloadable data.
Changes:
In relation to #349, the generated URLs are that for S3, e.g.,
https://biospecdb-media-files.s3.amazonaws.com/
, and not/media/
as specified inbiospecdb.urls
which means login is NOT required to access the downloads - they are available post-logout, but are temporary. Login is required to obtain the generated URL in the first place though.Punt:
CacheControl
. We may want to disable this entirely. See #352