Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

QSS3KeyPrefix should end with a '/' #50

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions templates/linux-bastion.template
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@
"Type": "String"
},
"QSS3KeyPrefix": {
"AllowedPattern": "^[0-9a-zA-Z-/]*$",
"ConstraintDescription": "Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
"AllowedPattern": "^([0-9a-zA-Z-]+/)*$",
"ConstraintDescription": "Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/). The prefix should end with a forward slash (/).",
"Default": "quickstart-linux-bastion/",
"Description": "S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/).",
"Description": "S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/) and it should end with a forward slash (/).",
"Type": "String"
},
"RemoteAccessCIDR": {
Expand Down Expand Up @@ -1026,4 +1026,4 @@
}
}
}
}
}