0.1.7 • Published 5 months ago

@zxncij2390/upload-ali-oss v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

8 months ago