Skip to content

Commit 0fcd5ee

Browse files
authored
Update Publishsam.sh
1 parent 90060cd commit 0fcd5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsautoenableS3Logging/test/Publishsam.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export AWS_PROFILE="default"
55

66
if [[ "${AWS_PROFILE}" == "personal" ]]
77
then
8-
SAM_S3_BUCKET="sumologiclambdahelper-us-east-1"
8+
SAM_S3_BUCKET="<provide your bucket name>"
99
else
1010
SAM_S3_BUCKET="appdevstore"
1111
fi

0 commit comments

Comments
 (0)