Comparing version 0.1.4 to 0.1.5
@@ -18,2 +18,5 @@ 'use strict'; | ||
var encodingOptions = { 'encoding': 'utf8' }; | ||
var now = new Date(); | ||
now.setDate(now.getDate() + 365); | ||
var nextYear = now.toGMTString(); | ||
@@ -39,2 +42,4 @@ function saveCache (key) { | ||
'x-amz-acl': 'public-read', | ||
'Cache-Control': 'public', | ||
'Expires': nextYear, | ||
'Access-Control-Allow-Origin': '*' | ||
@@ -41,0 +46,0 @@ }; |
{ | ||
"name": "bilder-aws", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "aws tasks for bilder", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
16367
496