The Cloudflare Workers ASGI adapter only consumes the first yielded chunk from async generators used in StreamingResponse. For R2 content spanning multiple ReadableStream chunks (anything over ~4 KB), the response is silently truncated.
See: https://github.com/adewale/python-workers-issues/tree/main/2-fastapi-r2-streaming for an example.