Make S3 always do a Put

Signed-off-by: Elie <elie.charra@cloudskiff.com>
This commit is contained in:
Elie
2021-04-29 10:59:44 +02:00
parent 72e3ec0542
commit 7abacf1b99
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ page: """
deploy: s3.#Put & {
config: awsConfig
sourceInline: page
always: true
contentType: "text/html"
target: "s3://\(bucket)/index.html"
}