-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS S3 Buckets with "s3-" prefix not showing up in IntelliJ AWS Explorer #2342
Comments
I was able to reproduce it, we are failing to grab the region for those buckets so they are being hidden:
Need to figure out why the hostname is messed up for the bucket
|
This is actually fixed in master. I found it by accident when running some tests and forgot about it: bebee70 If you are blocked by this, our EAP builds have the fix. Here is a link to our latest 2020.3 EAP: https://plugins.jetbrains.com/plugin/11349-aws-toolkit/versions/eap/107488 |
Great, thanks! |
Describe the bug
I am able to connect to my AWS S3 bucket fine in IntelliJ, but when selecting a region, I see all the buckets EXCEPT any of them with a "s3-" prefix. Logging directly into s3.console.aws.amazon.com I can see the buckets I want, but they don't show in the IJ AWS Explorer.
To reproduce
Expected behavior
s3.console.aws.amazon.com and AWS Explorer in IJ should match
Screenshots
Your Environment
Additional context
Is this a bug? Or is there a setting I need to set somewhere?
The text was updated successfully, but these errors were encountered: