EvalAI
EvalAI copied to clipboard
Add download submission presigned url API
Description
This PR
- [x] Add presigned URL generation API for submission file download.
Merge after #3057
@RishabhJain2018 how do we want to authenticate this API request? If we use user token then each worker will need an auth token
@RishabhJain2018 how do we want to authenticate this API request? If we use user token then each worker will need an auth token
The ideal way would be to use challenge creator auth token but for that, we need to add an API token package (we discussed that earlier). Let's not block this feature with that.
@RishabhJain2018 then how do we handle authentication? If we remove authentication then anyone with submission id can get a presigned url. Or do you want to add submission file name as a request data param to make sure no one can get access to the file without the uuid?
@Ram81 Should we close this PR?