- Allow lazy loading the signer
- Add
blob_exist?
- Add
container_exist?
- Allow creating public container
- Add Azurite support
- Add support for setting tags when uploading a blob
- Add get_blob_tags
- Add get_container_properties
- Add create_container
- Add delete_container
- Support for Azure China, US Gov and Germany
- Remove dev files from the release
- Added support for Managed Identities (Entra ID)
- Documentation
- Fix an issue with integrity check on multi block upload
First working release.
- Re-implemented the required parts of the azure-storage-blob API to make Active Storage work.
- Extracted the AzureStorage adapter from Rails.