fix(routes): migrate presigned file url #53

Merged
chartgerink merged 3 commits from fix/46 into main 2025-08-11 13:11:20 +00:00
Owner
  • move /api/presigned-url/<id> (with auth) to /files/<id> (w/o auth)
  • implement resource redirect from /api/files/<id> to the s3 url
  • update tests for files endpoint

Fixes #46. Permits for direct file embedding using /api/files/<id> as source.

- move `/api/presigned-url/<id>` (with auth) to `/files/<id>` (w/o auth) - implement resource redirect from `/api/files/<id>` to the s3 url - update tests for files endpoint Fixes #46. Permits for direct file embedding using `/api/files/<id>` as source.
chartgerink deleted branch fix/46 2025-08-11 13:11:20 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: libscie/researchequals-api#53
No description provided.