Testing Google Cloud Storage with Testcontainers and MockK
I wanted to be able to test our integration with Google Cloud Storage. We’ve got a simple private bucket with some text blobs. The code to get the data out is straightforward.
[Read More]