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

Feature/multi upload dirs

Open cworsley4 opened this issue 10 years ago • 0 comments

I added a way for users to upload directories to s3 rather than just the parent directories of individual files. For example. If I have a css file(s), *.css, and they get picked up by gulp.src, then just the immediate folder the reside in will be transported to s3, if you have more than one directories to send to s3. Now, if you specify directories as a third (optional) parameter when using this plugin, the directory structure will be preserved when transporting more than 1 directories to a bucket.

cworsley4 avatar Sep 09 '14 20:09 cworsley4