Github user patricker commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3187#discussion_r237253874
--- Diff:
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/regions/AWSRegions.java
---
@@ -18,7 +18,8 @@
public enum AWSRegions {
- GovCloud("us-gov-west-1", "AWS GovCloud (US)"),
+ GovCloud("us-gov-west-1", "AWS GovCloud West (US)"),
--- End diff --
In the past, the display names have always been kept as what AWS shows.
AWS docs still show:
- AWS GovCloud (US-East)
- AWS GovCloud (US)
Maybe it would be better to revert the change to `AWS GovCloud West (US)`?
Then it will match the docs.
---