Github user patricker commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3187#discussion_r237254575
--- 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 --
I'm going to correct myself. Some docs say (US). Some say, `(US-West)` and
`(US-East)`.
https://docs.aws.amazon.com/govcloud-us/index.html#lang/en_us
So maybe that would be better?
---