Azure Storage Blob Go SDK v0.12.0
Pre-release
Pre-release
Version 0.12.0:
- Added support for Customer Provided Key which will let users encrypt their data within client applications before uploading to Azure Storage, and decrypting data while downloading to the client
- Read here to know more about Azure key vault, Encryption scope, managing encryption scope, and how to configure customer managed keys
- Stopped using memory-mapped files and switched to the
io.ReaderAt
andio.WriterAt
interfaces. Please refer this to know more - Fixed issue #214
- Fixed issue #230