modulepackage
0.0.0-20210720065314-43227a518d1e
Repository: https://github.com/kfarnung/go-azblobext.git
Documentation: pkg.go.dev
# README
azblob Extensions
Extensions for the Azure Storage Blob SDK for Go. The primary changes are around the "high level" functions of the SDK including:
- DownloadBlobToFile
- UploadFileToBlockBlob
The original code is from the SDK with modifications to support more efficient file operations.
# Functions
DownloadBlobToFile downloads an Azure blob to a local file.
UploadFileToBlockBlob uploads a file in blocks to a block blob.