Skip to content

Commit

Permalink
update alow pattern for bucket paramter
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Jan 5, 2025
1 parent c1ddcdb commit 19ba5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Parameters:
Type: String
Description: |
The name of the AWS S3 bucket to watch
# AllowedPattern: '^[0-9A-Za-z\.\-_]*(?<!\.)$'
AllowedPattern: '^([0-9A-Za-z\.\-_]+)(,[0-9A-Za-z\.\-_]+)*$'
Default: "none"
MaxLength: 63

Expand Down

0 comments on commit 19ba5ec

Please sign in to comment.