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 Explorer] Add support for High Throughput Append Blob #2480

Merged
merged 6 commits into from Jan 2, 2024

Conversation

siminsavani-msft
Copy link
Member

@siminsavani-msft siminsavani-msft commented Dec 4, 2023

The content length limit for AppendBlob.AppendBlock() and AppendBlob.AppendBlockFromURL() raised from 4 MB to 100 MB so this PR reflects the needed changes for this upgrade.

  • Hardcoded MaxAppendBlockSize value updated to 100 MB
  • In copy.go, where we check the flag block-size-mb and blob type has been updated to support this upgrade
  • Included tests testing block-size-mb flag and large AppendBlobs (should these be skipped because of large size?)

cmd/copy.go Outdated Show resolved Hide resolved
cmd/copy.go Outdated Show resolved Hide resolved
@siminsavani-msft siminsavani-msft merged commit a612861 into dev Jan 2, 2024
17 checks passed
@siminsavani-msft siminsavani-msft deleted the siminsavani/highthroughput branch January 2, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants