0.1.7 • Published 2 years ago

@zxncij2390/upload-ali-oss v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago