You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to use the /files endpoint for downloading encrypted files so that I can perform REST API calls for fetching data that I have access to in the most secure way.
Acceptance criteria
/files endpoint serves encrypted files
Tests verifying the changes are added
Additional context
Currently, sda-download can either serve encrypted files only from its S3 endpoint, or unencrypted files through its S3 and REST /files endpoints. Both scenarios depend on the configuration of the service upon deployment.
Either make /files serve encrypted/unencrypted files so that it is on par with the S3 interface of sda-download, or make /files serve only encrypted files.
Estimation of size
medium
Estimation of priority
medium
The text was updated successfully, but these errors were encountered:
Please describe the feature
As a user, I want to use the
/files
endpoint for downloading encrypted files so that I can perform REST API calls for fetching data that I have access to in the most secure way.Acceptance criteria
/files
endpoint serves encrypted filesAdditional context
Currently, sda-download can either serve encrypted files only from its
S3
endpoint, or unencrypted files through itsS3
and REST/files
endpoints. Both scenarios depend on the configuration of the service upon deployment.Either make
/files
serve encrypted/unencrypted files so that it is on par with theS3
interface of sda-download, or make/files
serve only encrypted files.Estimation of size
medium
Estimation of priority
medium
The text was updated successfully, but these errors were encountered: