Comparing version 0.0.2 to 0.0.3
@@ -26,3 +26,3 @@ var sha256 = require('crypto-js/sha256'); | ||
const service = 's3'; | ||
const host = `${bucket}.${service}.amazonaws.com`; | ||
const host = `${bucket}.${service}.${region}.amazonaws.com`; | ||
@@ -29,0 +29,0 @@ path = path.split('/').map((part) => encodeURIComponent(part)).join('/') |
{ | ||
"name": "amazon-s3", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"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
5672