From 9facaa65f4d4876438be2e7cec187b749763be02 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Sat, 29 May 2021 01:20:31 -0700 Subject: [PATCH] stdlib: aws: s3: default to "always: true" Signed-off-by: Andrea Luzzardi --- stdlib/aws/s3/s3.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/aws/s3/s3.cue b/stdlib/aws/s3/s3.cue index 5207066a..485755a6 100644 --- a/stdlib/aws/s3/s3.cue +++ b/stdlib/aws/s3/s3.cue @@ -25,7 +25,7 @@ import ( contentType: string | *"" @dagger(input) // Always write the object to S3 - always?: bool @dagger(input) + always: bool | *true @dagger(input) // URL of the uploaded S3 object url: {