bloody-simple-s3
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -0,1 +1,5 @@ | ||
## 0.6.4 - 2016-06-03 | ||
* Change #copy() internal MetadataDirective from 'COPY' to 'REPLACE'. | ||
## 0.6.3 - 2016-06-03 | ||
@@ -2,0 +6,0 @@ |
@@ -299,3 +299,3 @@ 'use strict'; | ||
Key: target, | ||
MetadataDirective: 'COPY' | ||
MetadataDirective: 'REPLACE' | ||
}); | ||
@@ -302,0 +302,0 @@ |
{ | ||
"name": "bloody-simple-s3", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "A bloody simple interface to S3, based on the official AWS sdk", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19266
0