Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit a607899

Browse files
Update bucket name and key prefix defaults
1 parent b3a1d04 commit a607899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/git2s3.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@
118118
"QSS3BucketName": {
119119
"AllowedPattern": "^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$",
120120
"ConstraintDescription": "Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
121-
"Default": "quickstart-reference",
121+
"Default": "aws-quickstart",
122122
"Description": "S3 bucket name for the Quick Start assets. Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
123123
"Type": "String"
124124
},
125125
"QSS3KeyPrefix": {
126126
"AllowedPattern": "^[0-9a-zA-Z-/]*$",
127127
"ConstraintDescription": "Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
128-
"Default": "git2s3/latest/",
128+
"Default": "quickstart-git2s3/",
129129
"Description": "S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
130130
"Type": "String"
131131
}
@@ -1552,4 +1552,4 @@
15521552
}
15531553
}
15541554
}
1555-
}
1555+
}

0 commit comments

Comments
 (0)