From 21b259fc8626e6deffcb06b5839976d4cbe1a253 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Mon, 31 May 2021 15:23:55 +0200 Subject: [PATCH] stdlib/aws/s3: removed trailing \\n Signed-off-by: Sam Alba --- 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 9555f419..5207066a 100644 --- a/stdlib/aws/s3/s3.cue +++ b/stdlib/aws/s3/s3.cue @@ -76,7 +76,7 @@ import ( opts="--content-type $CONTENT_TYPE" fi aws s3 $op $opts /source "$TARGET" - echo "$TARGET" \ + echo -n "$TARGET" \ | sed -E 's=^s3://([^/]*)/=https://\1.s3.amazonaws.com/=' \ > /url """#,