Skip to content

Commit 512b1ac

Browse files
author
Mazhar Islam
committed
S3 bucket name need to be unique, so added a tag for it
1 parent 2a6c52a commit 512b1ac

File tree

1 file changed

+1
-1
lines changed
  • walkthroughs/howto-k8s-appmesh-load-test/scripts

1 file changed

+1
-1
lines changed

walkthroughs/howto-k8s-appmesh-load-test/scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
PROMETHEUS_QUERY_ENDPOINT = 'http://localhost:9090/api/v1/query_range'
88

99
# give your s3 bucket a unique name
10-
S3_BUCKET = "username-appmeshloadtester"
10+
S3_BUCKET = "<username-appmeshloadtester"

0 commit comments

Comments
 (0)