1.0.2 • Published 3 years ago

gulp-cho-bdoss v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

gulp-cho-bdoss

gulp-cho-bdoss

Usage

npm install --save-dev gulp-cho-bdoss

Then, add it to your gulpfile.js:

Simple

var alias = require('gulp-cho-bdoss');

gulp.task('test', () => {
  return gulp.src('dist/**/*', { base: 'dist' })
    .pipe(alias({
      config: {
        endpoint: '',         //传入Bucket所在区域域名
        credentials: {
          ak: '',         //您的AccessKey
          sk: '',      //您的SecretAccessKey
        }
      },
      bucket: 'this-is-a-bucket',
      ignoreExist: false,
      putOptions: {

      },
    }));
});
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago