Skip to content

Commit

Permalink
Remove s-headers from cfn-publish (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorKirk authored Jan 18, 2022
1 parent cc8b3c5 commit 50d8a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn-publish.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
template=templates/main.yaml
acl="public-read"
extra_files="witch.zip s-headers.zip www/index.html www/css/style.css www/404.html www/other.html"
extra_files="witch.zip www/index.html www/css/style.css www/404.html www/other.html"
bucket_name_prefix="solution-builders"
regions="us-east-1"

0 comments on commit 50d8a14

Please sign in to comment.