Proxy an S3 file (image, manifest)
GET/api/template-tool/s3/files/:filePath
Streams an S3 object back to the browser. The handler matches the path via a regex (/^\/s3\/files\/(.+)/); the spec models it with a single filePath path parameter.
Request
Responses
- 200
- 400
- 404
File bytes.
Missing path.
File not found.