Type
New feature
Description
Competition needed for Azure Append Blobs
Benefit
We’ve got a use case where we’d like to make millions of small appends (~1kb) per day to a file. Azure Append Blobs are exactly what we need but of course Azure egress fees are particularly high, especially for our use case. Being able to simultaneously leverage Cloudflare’s free egress with append mode storage would be a really great feature set. Even if the file is only “eventually consistent” globally.
Example use cases are streaming logs and data that we would provide the user an R2 URL for. This is of course potentially in the same realm as KV, but in particular we’re interested in direct user-client access, while potentially putting Workers in the middle for ie. authentication.