Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] Changes to decryption codepath to allow v2.1 #37455

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vincenttran-msft
Copy link
Member

No description provided.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Sep 18, 2024
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

start_offset, end_offset = 0, end

if encryption_data.encrypted_region_info is None:
raise ValueError("Missing required metadata for Encryption V2")

nonce_length = encryption_data.encrypted_region_info.nonce_length
data_length = encryption_data.encrypted_region_info.data_length
data_length = encryption_data.encrypted_region_info.data_length # Is this where we would get user-configured "block size?"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants