stdlib: aws: s3: default to "always: true"

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-05-29 01:20:31 -07:00
parent c2196411d9
commit 9facaa65f4

View File

@ -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: {