Skip to content

Commit 15c8dfd

Browse files
committed
create bucket script
1 parent 41dc929 commit 15c8dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/custom-model/01-create-bucket.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -eo pipefail
33
SERVICE=aws-panorama
44
BUCKET_ID=$(dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
55
BUCKET_NAME=$SERVICE-artifacts-$BUCKET_ID
6-
echo $BUCKET_NAME > bucket-name.txt
6+
echo -n $BUCKET_NAME > bucket-name.txt
77
aws s3 mb s3://$BUCKET_NAME

0 commit comments

Comments
 (0)