[
https://issues.apache.org/jira/browse/NIFI-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702374#comment-16702374
]
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_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?
> 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)