@zxncij2390/upload-ali-oss
v0.1.7
Published
Command line tool for uploading files to ali-oss
Downloads
2
Readme
Upload-ali-oss
Currently (v0.1) this package could only be used as npx command.
Use the internal npm to enable this npx command
Example
$ npx upload-ali-oss --config <config.json> <directory>
Argument
directory: the directory that would be uploaded to corresponding bucket.
<config.json>: a json file including oss configuration, e.g.
{
"accessKeyId": "id",
"accessKeySecret": "secret",
"region": "region",
"bucket": "bucket-name"
}