Skip to content

feat: customize Azure single upload threshold, chunk size

Arun Manickam requested to merge azUploadCustomize into master
  • Provide flexibility for clients to define Azure Blob single upload threshold and upload chunk size especially for tuning the performance of Azure Blob Storage upload.
  • Also ensures that integrity check is done irrespective of single upload threshold, while downloading (a bug observed in previous MR)
  • Minor updates like more comments, renaming appropriately, minimize env variable check.

Merge request reports