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 description provided.