gulp-s3 icon indicating copy to clipboard operation
gulp-s3 copied to clipboard

Results 19 gulp-s3 issues
Sort by recently updated
recently updated
newest added

`gulp-util` was deprecated by it's author, some replacements are suggested in the [repo](https://github.com/gulpjs/gulp-util)

https://npmjs.com/advisories/535 Update to version 2.0.3 or later

Downgrade event-stream to fix this dominictarr/event-stream#116

Is there a particular reason why dependencies `async` and `knox` do not have a version explicitly set in `package.json`? https://github.com/nitaigao/gulp-s3/blob/master/package.json#L26 https://github.com/nitaigao/gulp-s3/blob/master/package.json#L29 On `npm install` these are being bypassed and not...

Hey guys, I am using gulp-s3 to deploy a web app to S3. Since the .js and .css files are versioned on each deploy I would like to delete the...

I am uploading various folders into a s3 bucket and now i need to be able to have full control for everyone accessing the files . How is this possible...

npm package is on version 0.11.0 but code has been merged since that version was published. Please publish a new version with the updated code. Thanks, Cyrus

On a project that I am on we have a need to download some files from S3 prior to uploading our files (using gulp). I could create a separate project...

This package no longer works with aws v4 signatures. All PUT requests to S3 buckets will return a 400 HTTP code. If you are looking for an alternative, [use gulp-awspublish](https://github.com/pgherveou/gulp-awspublish).

Remove `{ read: false }` on `gulp.src()`s since that causes the plugin silently fail.