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

Commit

Permalink
Merge pull request #50 from hierynomus/patch-1
Browse files Browse the repository at this point in the history
QSS3KeyPrefix should end with a '/'
  • Loading branch information
andrew-glenn committed Nov 6, 2018
2 parents e87d002 + 7bddb14 commit d77be53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/linux-bastion.template
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 @@
}
}
}
}
}

0 comments on commit d77be53

Please sign in to comment.