Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

storage:v1.0.13

Compare
Choose a tag to compare
@shomix shomix released this 13 Apr 14:55
· 56 commits to main since this release
0f0e134

Changed

  • Moved all the logic that is shared between the packages, to the @spheron/core package, and update the @spheron/storage to use it.
  • Added a new method async createSingleUploadToken(configuration: { name: string; protocol: ProtocolEnum; }): Promise<{ uploadToken: string }>
    • used to create a token for the @spheron/browser-upload package. The token can be used by your web app to enable users to directly upload their data from their browser to the specified protocol. Checkout the @spheron/browser-upload package for more information.