Empty file created if blob not found #3847
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Storage
Storage Service (Queues, Blobs, Files)
Milestone
azure-sdk-for-cpp/sdk/storage/azure-storage-blobs/src/blob_client.cpp
Line 422 in 6c74e57
shouldn't we [try to] download
firstChunk
before creatingfileWriter
?The current implementation leaves behind an empty file (created in FileWriter) if the blob doesn't exist.
The text was updated successfully, but these errors were encountered: