**S3 bucket** ``` router.route("/files", bucket) ``` should allow for requests to `https://example.com/files` **External URLs** ``` router.route("/echo", "https://example.com") ``` should allow for requests to `/echo`, and `/echo/` Related: #54
S3 bucket
should allow for requests to
https://example.com/filesExternal URLs
should allow for requests to
/echo, and/echo/Related: #54