@jswork/next-tx-cos-object
v1.0.0
Published
Tencent cos object for next.
Downloads
5
Readme
next-tx-cos-object
Tencent cos object for next.
installation
npm install -S @jswork/next-tx-cos-object
apis
| api | params | description | | ----- | ------ | ---------------------------------- | | put | - | Upload file. | | del | - | Delete file from bucket. | | dels | - | Delete multiple files from bucket. | | empty | - | Empty the bucket files. |
usage
import NxTxCosObject from '@jswork/next-tx-cos-object';
license
Code released under the MIT license.