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 4d618aa commit 82d935cCopy full SHA for 82d935c
jetbrains-core/src/software/aws/toolkits/jetbrains/services/s3/resources/S3Resources.kt
@@ -29,7 +29,7 @@ object S3Resources {
29
private val regions by lazy { AwsRegionProvider.getInstance().allRegions() }
30
31
@TestOnly
32
- internal val LIST_REGIONALIZED_BUCKETS = ClientBackedCachedResource(S3Client::class, "s3.list_buckets") {
+ val LIST_REGIONALIZED_BUCKETS = ClientBackedCachedResource(S3Client::class, "s3.list_buckets") {
33
val buckets = listBuckets().buckets()
34
// TODO when the resource cache is coroutine based, remove the runBlocking and withContext
35
runBlocking {
0 commit comments