testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.73k stars 262 forks source link

[Enhancement]: Google Cloud Storage API #1022

Closed KSemenenko closed 10 months ago

KSemenenko commented 10 months ago

Problem

There is an AWS s3 and Azure Blob emulator, but there is no Google Storage, I suggest adding it. https://github.com/fsouza/fake-gcs-server

Solution

Implement https://github.com/fsouza/fake-gcs-server

Benefit

We can have emulator for Google Cloud Storage API.

Alternatives

https://github.com/oittaa/gcp-storage-emulator

Would you like to help contributing this enhancement?

Yes

KSemenenko commented 10 months ago

Implementation is ready