Serve file content without authentication
This endpoint is designed to be used to get file content without authentication. It returns the file content with proper cache headers for public access. The file content is streamed directly from S3 to minimize memory usage for large files.
Errors
Returns an error if file not found or S3 operations fail.
Path parameters
UUID of the file to stream via CDN
Response
Streaming file content with CDN-optimized headers
Changes
Changed in 4 of the 28 revisions of this API.16
- ○
the endpoint scheme security
bearerAuth AND cookieAuthwas removed from the APIapi-security-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
the endpoint scheme security
bearerAuth AND cookieAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲