This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@tanker/storage

2.0.2-alpha3 • Public • Published

Tanker Storage

This package allows you to upload and download files to Tanker Storage.

Construction

import Storage from '@tanker/storage';

const storage = new Storage(tanker);

Upload

const resourceId = await storage.upload(file, {shareWithUsers, shareWithGroups});

Download

const file = await storage.download(resourceId);

That's all folks!

Readme

Keywords

none

Package Sidebar

Install

npm i @tanker/storage

Weekly Downloads

2

Version

2.0.2-alpha3

License

Apache-2.0

Unpacked Size

2.9 kB

Total Files

6

Last publish

Collaborators

  • jmounier
  • maximerety
  • tankeradmin
  • quentin.vernot.tanker