Implement Streaming for Storage Binding API
Author: ojhamohitCreated Nov 12, 2025Updated Sep 13, 2026
Labelskind/enhancementstale
Describe the feature
Add support for streaming in Dapr GCS Binding API for file upload.
We have observed that even though the upload from the Dapr sidecar to GCS is streamed, the Dapr sidecar currently buffers the entire payload in memory when receiving the request from the application.
Source: dapr/dapr