All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Blob.put_blob_from_url
content type warning is now suppressible in config.
Blob.get_blob_properties
no longer raises when the blob is not found.
BlobStorage.get_blob_service_properties
now works correctly with the Azure Storage simulator Azurite.
- #3 Workaround now preserves all blob properties, or attempts to at least.
- Support for Azure Storage connection strings
- Support for getting, setting and updating blob properties
- #3 Workaround for loss of
content-type
when usingBlob.put_blob_from_url/2
- Generate SAS tokens overriding content-disposition, content-encoding, content-language and so on.
- SAS tokens now correctly generated to API version
2020-04-08
BlobStorage.get_blob_service_properties
andBlobStorage.get_blob_service_stats
now function as expected.
- Add
Blob.put_blob
andBlob.put_blob_from_url
APIs
- Bump API version from
2018-03-28
to2020-04-08
- Pull in work from original ex_microsoft_azure_storage.