Closed indytechcook closed 9 years ago
Upload link works now but S3 isn't configured correctly.
I had a bunch of issues with uploading the directly from the browser to S3. The issue is with the headers of the request to get the URL must match the headers to PUT the file.
I've kept the directive and service to upload the file on the www site but they aren't being used:
Follow up issue #446 logged.
To implement the new downloading of files:
Remove the public header when uploading the file: https://github.com/appirio-tech/lc1-external-challenge-service/blob/master/controllers/challenges.js#L306
getDownloadUrl
cc @gaitonde
Follow ups:
use MPU AWS AP