We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc929 commit 15c8dfdCopy full SHA for 15c8dfd
sample-apps/custom-model/01-create-bucket.sh
@@ -3,5 +3,5 @@ set -eo pipefail
3
SERVICE=aws-panorama
4
BUCKET_ID=$(dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
5
BUCKET_NAME=$SERVICE-artifacts-$BUCKET_ID
6
-echo $BUCKET_NAME > bucket-name.txt
+echo -n $BUCKET_NAME > bucket-name.txt
7
aws s3 mb s3://$BUCKET_NAME
0 commit comments