0.5.47 • Published 6 months ago

@cloudpss/object-storage v0.5.47

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@cloudpss/object-storage

Object storage type definitions for cloudpss APIs. And plugin for @cloudpss/http-client, provides cloudpss object storage APIs.

Example

import { HttpClient } from '@cloudpss/http-client';
import { ObjectStoragePlugin } from '@cloudpss/object-storage/plugin';

const http = new HttpClient({
  /* config */
}).use(ObjectStoragePlugin());

const hash = await http.storage.put('test');
const valid = await http.storage.has(hash);
0.5.43

11 months ago

0.5.44

8 months ago

0.5.42

12 months ago

0.5.47

6 months ago

0.5.45

8 months ago

0.5.46

6 months ago

0.5.41

1 year ago

0.5.40

1 year ago

0.5.39

1 year ago

0.5.37

1 year ago