1.0.6 • Published 1 year ago

gulp-cho-hwobs v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gulp-cho-hwobs

https://github.com/huaweicloud/huaweicloud-sdk-nodejs-obs

Usage

npm install --save-dev gulp-cho-hwobs

Then, add it to your gulpfile.js:

Simple

var alias = require("gulp-cho-hwobs");

gulp.task("test", () => {
  return gulp.src("dist/**/*", { base: "dist" }).pipe(
    alias({
      access_key_id: "*** Provide your Access Key ***",
      secret_access_key: "*** Provide your Secret Key ***",
      server: "https://your-endpoint",

      Bucket: "chobits",
      ACL: "public-read",

      prefix: "gulp-cho-hwobs",
      ignoreExist: true,
    })
  );
});
1.0.2

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago