@wmfs/tymly-cloudstorage-plugin

1.8.0 • Public • Published

tymly-cloudstorage-plugin

Tymly Package npm (scoped) CircleCI Dependabot badge Commitizen friendly JavaScript Style Guide license

Defines the cloudstorage service interface and provides state-resources around the service. Specific cloudstorage implementations provided by additional Tymly plugins.

Cloud Storage Service

The cloudstorage defines four methods

  • ensureFolderPath
  • listFolderContentsFromPath
  • copyFileToRemotePath
  • copyFileToLocalPath

The default implementations of these methods do nothing.

Once a storage provider has registered with the cloudstorage service, the methods are forwarded to that provider. A provider may implement as many or as few of the methods as it wishes. A read-only provider might only implement ensureFolderPath and listFolderContentsFromPath, for example.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.8.049latest

Version History

VersionDownloads (Last 7 Days)Published
1.8.049
1.7.01
1.6.03
1.5.01
1.4.02
1.3.01
1.2.01
1.1.11
1.1.01
1.0.01

Package Sidebar

Install

npm i @wmfs/tymly-cloudstorage-plugin

Weekly Downloads

61

Version

1.8.0

License

MIT

Unpacked Size

84.2 kB

Total Files

53

Last publish

Collaborators

  • wmfsbot