Comparing version 0.5.2 to 0.5.3
@@ -0,0 +0,0 @@ |
@@ -155,3 +155,3 @@ /*! | ||
if ('token' in this) | ||
if ('undefined' != typeof this.token) | ||
headers['x-amz-security-token'] = this.token; | ||
@@ -158,0 +158,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ (The MIT License) |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -12,0 +12,0 @@ "contributors": [ |
@@ -228,2 +228,9 @@ # knox | ||
Finally, you can construct HTTP or HTTPS URLs for a file like so: | ||
```js | ||
var readmeUrl = client.http('/test/Readme.md'); | ||
var userDataUrl = client.https('/user.json'); | ||
``` | ||
[copy]: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html | ||
@@ -230,0 +237,0 @@ [multi-delete]: http://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
35513
354
2