Merge pull request #530 from samalba/env-outputs

Support Outputs list
This commit is contained in:
Andrea Luzzardi
2021-06-01 19:47:47 -07:00
committed by GitHub
18 changed files with 303 additions and 98 deletions

View File

@@ -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
"""#,