Skip to content

Commit 57ac642

Browse files
authored
Restore the create bucket script.
Create bucket script commented out.
1 parent 52c5956 commit 57ac642

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# BUCKET_ID=$(dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
3-
# BUCKET_NAME=lambda-artifacts-$BUCKET_ID
4-
# echo $BUCKET_NAME > bucket-name.txt
5-
# aws s3 mb s3://$BUCKET_NAME
2+
BUCKET_ID=$(dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
3+
BUCKET_NAME=lambda-artifacts-$BUCKET_ID
4+
echo $BUCKET_NAME > bucket-name.txt
5+
aws s3 mb s3://$BUCKET_NAME

0 commit comments

Comments
 (0)