fix(routes): migrate presigned file url #53
No reviewers
Labels
No labels
bug
critical
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: libscie/researchequals-api#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/46"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/api/presigned-url/<id>
(with auth) to/files/<id>
(w/o auth)/api/files/<id>
to the s3 urlFixes #46. Permits for direct file embedding using
/api/files/<id>
as source./api/presigned-url/<id>
(with auth) to/files/<id>
(w/o auth) 4cb6023d9e/api/files/<id>
to the s3 url a157242697