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.