@zxncij2390/upload-ali-oss

0.1.7 • Public • Published

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"
}

/@zxncij2390/upload-ali-oss/

    Package Sidebar

    Install

    npm i @zxncij2390/upload-ali-oss

    Weekly Downloads

    0

    Version

    0.1.7

    License

    ISC

    Unpacked Size

    9.12 kB

    Total Files

    7

    Last publish

    Collaborators

    • zxncij2390