gulp-s3-upload
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Changelog | ||
## Version 1.0.4 | ||
* Forgot to add a Readme entry for `charset` option. | ||
## Version 1.0.3 | ||
@@ -4,0 +7,0 @@ * Allow charset option so S3 will give the correct Content-Type, as per [pull request #8](http://github.com/clineamb/gulp-s3-upload/pull/8) |
{ | ||
"name": "gulp-s3-upload", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A gulp task to upload/update assets to an S3 account.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -55,2 +55,9 @@ # gulp-s3-upload | ||
### charset | ||
Type: `string` | ||
Use this to add a charset to the mimetype. `"charset=[CHARSET]"` gets appended to the mimetype if this is defined. | ||
#### keyTransform (nameTransform) | ||
@@ -79,2 +86,3 @@ | ||
#### metadataMap | ||
@@ -147,2 +155,3 @@ | ||
#### mimeTypeLookup | ||
@@ -167,2 +176,3 @@ | ||
#### uploadNewFilesOnly | ||
@@ -169,0 +179,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17513
198