We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we have minio for s3 but it's been hard to find something for GCS.
Maybe https://github.com/oittaa/gcp-storage-emulator?
The text was updated successfully, but these errors were encountered:
https://github.com/fsouza/fake-gcs-server looks much better
Sorry, something went wrong.
I like this example the best: https://github.com/oittaa/gcp-storage-emulator. It is a simple binary that appears to just mock GCS calls which is sufficient for integration testing the functions we have.
I think I personally prefer fsouza/fake-gcs-server as it can be used as a go library (and therefore unit tests): https://github.com/fsouza/fake-gcs-server/blob/v1.45.1/fakestorage/server_test.go#L233
I've added unit tests here: #105
fake-gcs-server also provides a docker container so we can use that for integration tests
natewalck
No branches or pull requests
we have minio for s3 but it's been hard to find something for GCS.
Maybe https://github.com/oittaa/gcp-storage-emulator?
The text was updated successfully, but these errors were encountered: