Skip to content

Commit

Permalink
now using sundog version that addresses s3 putwebsite validation issu
Browse files Browse the repository at this point in the history
  • Loading branch information
freeformflow committed May 31, 2019
1 parent 9801e34 commit bef9e78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haiku9",
"version": "3.0.6",
"version": "3.0.7",
"description": "Asset compilation, static-site generator",
"main": "build/npm/src/index.js",
"files": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/pandastrike/haiku9",
"dependencies": {
"ajv": "^6.6.2",
"aws-sdk": "^2.387.0",
"aws-sdk": "^2.466.0",
"colors": "^1.3.3",
"commander": "^2.19.0",
"mime": "^2.4.0",
Expand All @@ -51,7 +51,7 @@
"panda-serialize": "^0.7.0",
"panda-template": "^1.1.0",
"progress": "^2.0.3",
"sundog": "^4.0.4"
"sundog": "^4.0.5"
},
"devDependencies": {
"panda-9000": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/aws.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SDK from "aws-sdk"
import Sundog from "sundog"

setupSDK = (config, profile="default") ->
console.log "Using profile \"#{profile}\""
console.log "H9: Using profile \"#{profile}\""
SDK.config =
credentials: new SDK.SharedIniFileCredentials {profile}
region: config.region
Expand Down

0 comments on commit bef9e78

Please sign in to comment.