[
https://issues.apache.org/jira/browse/NIFI-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702372#comment-16702372
]
ASF GitHub Bot commented on NIFI-5847:
--------------------------------------
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.
> AWS Region List Missing New Region
> ----------------------------------
>
> Key: NIFI-5847
> URL: https://issues.apache.org/jira/browse/NIFI-5847
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Jon logan
> Priority: Major
>
> A new region was added to AWS, the enum needs to be updated accordingly.
>
> https://aws.amazon.com/blogs/aws/aws-govcloud-us-east-now-open/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)