@feizheng/next-tx-cos-object
v1.0.2
Published
Tencent cos object for next.
Downloads
6
Readme
next-tx-cos-object
Tencent cos object for next.
installation
npm install -S @feizheng/next-tx-cos-objectapis
| 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 '@feizheng/next-tx-cos-object';
// code goes here: