Skip to content

Commit 9e966d8

Browse files
committed
remove annotation for member property
1 parent f1d6188 commit 9e966d8

File tree

1 file changed

+0
-2
lines changed
  • plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/services/s3/resources

1 file changed

+0
-2
lines changed

plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/services/s3/resources/S3Resources.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import kotlinx.coroutines.async
77
import kotlinx.coroutines.awaitAll
88
import kotlinx.coroutines.runBlocking
99
import kotlinx.coroutines.withContext
10-
import org.jetbrains.annotations.TestOnly
1110
import org.slf4j.event.Level
1211
import software.amazon.awssdk.services.s3.S3Client
1312
import software.amazon.awssdk.services.s3.model.Bucket
@@ -28,7 +27,6 @@ object S3Resources {
2827
private val LOG = getLogger<S3Resources>()
2928
private val regions by lazy { AwsRegionProvider.getInstance().allRegions() }
3029

31-
@TestOnly
3230
val LIST_REGIONALIZED_BUCKETS = ClientBackedCachedResource(S3Client::class, "s3.list_buckets") {
3331
val buckets = listBuckets().buckets()
3432
// TODO when the resource cache is coroutine based, remove the runBlocking and withContext

0 commit comments

Comments
 (0)