Comparing version 1.0.0 to 1.0.1
@@ -49,3 +49,3 @@ var sha256 = require('crypto-js/sha256'); | ||
const canonicalQuerystring = ''; | ||
const payloadHash = sha256(body).toString(); | ||
const payloadHash = 'UNSIGNED-PAYLOAD'; | ||
const canonicalHeaders = `host:${host}\n` + `x-amz-content-sha256:${payloadHash}\n` + `x-amz-date:${amzdate}\n`; | ||
@@ -52,0 +52,0 @@ const signedHeaders = 'host;x-amz-content-sha256;x-amz-date'; |
{ | ||
"name": "amazon-s3", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Read and write to AWS S3 using fetch()", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6521