diff --git a/lib.js b/lib.js index 8d907f3..d19009d 100644 --- a/lib.js +++ b/lib.js @@ -295,7 +295,7 @@ function setEdgeEventOriginS3(event,domainName,region,path) { // verify S3 origin path path = (path || ''); if (!isValidOriginPath(path)) { - throw new Error(`s3 origin path must be empty or begin, but not end with forward slash - got [${path}]`); + throw new Error(`S3 origin path must be empty or begin, but not end with forward slash - got [${path}]`); } cfEventData(event).request.origin = { diff --git a/package-lock.json b/package-lock.json index 0e92202..e4e4058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@magnetikonline/edgy", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@magnetikonline/edgy", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "devDependencies": { "eslint": "^8.57.0" diff --git a/package.json b/package.json index f4f9839..b45656a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@magnetikonline/edgy", - "version": "1.3.0", + "version": "1.3.1", "description": "Harness for authoring tests against AWS CloudFront Lambda@Edge functions.", "keywords": [ "aws", @@ -13,7 +13,7 @@ "main": "main.js", "repository": { "type": "git", - "url": "https://github.com/magnetikonline/edgy.git" + "url": "git+https://github.com/magnetikonline/edgy.git" }, "devDependencies": { "eslint": "^8.57.0"