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
This issue is aimed to add local integration tests for the Google Cloud Storage Connector.
We have not find a good way to do so apart of mocking the google services, we would rather use a docker image or a more reliable emulator:
There are some examples used in python: https://github.com/googleapis/python-storage googleapis/google-auth-library-python#206 (Python Anonymous Auth) https://github.com/fsouza/fake-gcs-server/blob/main/examples/python/python.py (Example in python)
Other related links: googleapis/google-cloud-java#7184 https://github.com/googleapis/java-storage googleapis/google-auth-library-java#449 (Posted issue)
The text was updated successfully, but these errors were encountered:
There is an incomplete project that can allow us to test part of the api, only supports emulation of the Storage and Blob operations, but not for Buckets. See https://github.com/vam-google/google-cloud-java/blob/b095221d438f3b1c3b0929d9ab064be6051c2ba2/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/LocalStorageHelper.java#L27
Storage
Blob
Buckets
Sorry, something went wrong.
paualarco
No branches or pull requests
This issue is aimed to add local integration tests for the Google Cloud Storage Connector.
We have not find a good way to do so apart of mocking the google services, we would rather use a docker image or a more reliable emulator:
There are some examples used in python:
https://github.com/googleapis/python-storage
googleapis/google-auth-library-python#206 (Python Anonymous Auth)
https://github.com/fsouza/fake-gcs-server/blob/main/examples/python/python.py (Example in python)
Other related links:
googleapis/google-cloud-java#7184
https://github.com/googleapis/java-storage
googleapis/google-auth-library-java#449 (Posted issue)
The text was updated successfully, but these errors were encountered: