Skip to content

Working implementation with a subset of APIs

Compare
Choose a tag to compare
@thetutlage thetutlage released this 01 May 15:39
· 40 commits to develop since this release

This release is a working implementation with a subset of APIs

Commits

  • test: move gcs specific tests to its own suite 49dc207
  • feat: add copyFromFs and moveFromFs methods 0d4e17d
  • feat: add debug calls a11f0e7
  • test: improve tests coverage a4471e2
  • feat: implement url generation APIs for FS driver f7d8e68
  • feat: add URL generation methods to GCS driver 08dcd0e
  • feat: add exists method c7f366c
  • refactor(gcs): ditch pipeline in favor of pipe method 8626b4e
  • test: fix stream error issue with gcs.putStream method 18d8e2e
  • refactor: listen for readable stream errors as early as possible a44fb8f
  • test: add visibility tests 3f9fbab
  • fix: normalize file paths to unix slash when converting to key name 6debddc
  • refactor(fs): use file.path property when parentPath does not exists 283d713
  • fix: type issues 2caf527
  • feat: add listAll, getVisibility, and setVisibility methods b53d318

Full Changelog: v0.0.1-0...v0.0.1-1