You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12:57 PM Failed loading resources
java.lang.IllegalStateException: Unknown service schemas in aws-us-gov
at software.aws.toolkits.core.region.ToolkitRegionProvider.isServiceGlobal(ToolkitRegionProvider.kt:49)
at software.aws.toolkits.core.ToolkitClientManager.getClient(ToolkitClientManager.kt:54)
at software.aws.toolkits.jetbrains.core.ClientBackedCachedResource.fetch(AwsResourceCache.kt:229)
at software.aws.toolkits.jetbrains.core.DefaultAwsResourceCache$fetch$value$1.invokeSuspend(AwsResourceCache.kt:402)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(... (show balloon)
To reproduce
My default AWS CLI profile is an IAM user for AWS GovCloud, using us-gov-west-1 as the default region.
Describe the bug
Exception on application/plugin startup when using AWS GovCloud (
aws-us-gov
partition). https://gist.github.com/rrrix/6b0c3847015b425aeb07d193a5a933e3To reproduce
My
default
AWS CLI profile is an IAM user for AWS GovCloud, usingus-gov-west-1
as the default region.aws sts get-caller-identity
looks like:1.23-203
aws-cli/2.1.26 Python/3.9.1 Darwin/19.6.0 source/x86_64 prompt/off
Expected behavior
No exceptions :)
Screenshots
https://gist.github.com/rrrix/6b0c3847015b425aeb07d193a5a933e3
Your Environment
1.18.1
The text was updated successfully, but these errors were encountered: