1.8.0 • Published 7 months ago

@wmfs/tymly-cloudstorage-plugin v1.8.0

Weekly downloads
50
License
MIT
Repository
github
Last release
7 months ago

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.

1.8.0

7 months ago

1.7.0

1 year ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago