We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1544156 commit 59c0576Copy full SHA for 59c0576
contentstack/src/main/java/com/contentstack/sdk/Stack.java
@@ -80,6 +80,8 @@ protected void setConfig(Config config) {
80
URL = "azure-na-cdn.contentstack.com";
81
} else if (region.equalsIgnoreCase("azure_eu")) {
82
URL = "azure-eu-cdn.contentstack.com";
83
+ }else if (region.equalsIgnoreCase("gcp_na")) {
84
+ URL = "gcp-na-cdn.contentstack.com";
85
} else {
86
URL = region + "-" + URL;
87
}
0 commit comments