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.
- Added
CHANGELOG.md
- All upcoming changes will available at
azure-storage-fs@master
- Transpiled with Babel with ES6 and Stage 3
- Bring your own
BlobService
- Fix not working on Linux due to file name capitalization
- setMetadata: New API to set metadata on existing blob or snapshot
createWriteStream
: AddcontentSettings
supportstat
: AddcontentSettings
supportwriteFile
: AddcontentSettings
support
createWriteStream
: Addmetadata
supportsnapshot
: Addmetadata
supportstat
: Addmetadata
supportwriteFile
: Addmetadata
support
- sas: Added check on absence of required
expiry
option - sas: Will default
flag
tor
if not set - Added more tests
- mkdir: Throw
EEXIST
when the directory already exists - rmdir: Throw
ENOTEMPTY
when the directory still contains one or more blobs after deleting$$$.$$$
placeholder
- sas: Added
sas()
to create a blob SAS token synchronously - snapshot: Added
snapshot()
to create a blob snapshot
- Add examples
rmdir
now only delete hidden blob$$$.$$$
, instead of delete blobs recursivelyunlink
now fail if the blob does not exist
- Support all APIs required by ftpd
- Pre-release