rtfpessoa / teamcity-aws-elasticbeanstalk-plugin

Teamcity AWS Elastic Beanstalk Plugin
https://github.com/rtfpessoa/teamcity-aws-elasticbeanstalk-plugin
Other
5 stars 11 forks source link

Unsafe chars in object key #5

Closed campbellmcneill closed 7 years ago

campbellmcneill commented 7 years ago

Hey AWS S3 object keys can have :: chars in them. That's a legitimate key name.

The validator is rejecting those, the regex obviously disallowing them.

Is there a workaround to this or should I write a patch?

rtfpessoa commented 7 years ago

@campbellmcneill most code was taken from https://github.com/JetBrains/teamcity-aws-codedeploy-plugin and validators are also default.

Feel free to send a pr with a fix.

rtfpessoa commented 7 years ago

@campbellmcneill released ad version 1.0.3 https://github.com/rtfpessoa/teamcity-aws-elasticbeanstalk-plugin/releases/tag/v1.0.3