We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For large transfers, parallelizing Put Blob Block calls may speed up transfers significantly. This block of code could likely benefit:
azure-storage-ruby/blob/lib/azure/storage/blob/block.rb
Lines 464 to 497 in 0d3e5ac
The Amazon SDK does something similar: https://github.com/aws/aws-sdk-ruby/blob/d2dc0213758da0aee100e485f2dfb090ffa7dbd5/gems/aws-sdk-s3/lib/aws-sdk-s3/multipart_file_uploader.rb#L133-L163
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This repository also welcomes community contribution.
Sorry, something went wrong.
katmsft
No branches or pull requests
For large transfers, parallelizing Put Blob Block calls may speed up transfers significantly. This block of code could likely benefit:
azure-storage-ruby/blob/lib/azure/storage/blob/block.rb
Lines 464 to 497 in 0d3e5ac
The Amazon SDK does something similar: https://github.com/aws/aws-sdk-ruby/blob/d2dc0213758da0aee100e485f2dfb090ffa7dbd5/gems/aws-sdk-s3/lib/aws-sdk-s3/multipart_file_uploader.rb#L133-L163
The text was updated successfully, but these errors were encountered: