[BUG] Sent request content bytes is not equal to Content-Length promised #47976
Labels
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
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Azure.Storage.Blobs 12.23.0
Describe the bug
Using BlobClient with ClientSideEncryptionOptions for calling .OpenReadAsync() and using that stream on another BlobClient with ClientSideEncryptionOptions for calling .UploadAsync() throws an exception.
Code:
Causes following exception to be thrown:
Stacktrace:
Maybe related to: #25985
Expected behavior
The above code should be able to read encrypted streams and be able to use the UploadAsync() functionality to write them with other ClientSideEncryptionOptions to the destination
Actual behavior
Above described exception gets thrown
Reproduction Steps
Use the code above to reproduce the issue.
Environment
Locally debugging Service Fabric with an Actor which tries to transfer a blob from one blobstorage with ClientSideEncryptionOptions (decryption) to another blob on another blobstorage which should be encrypted.
I can confirm that this is not a network related issue.
The text was updated successfully, but these errors were encountered: