-
Notifications
You must be signed in to change notification settings - Fork 1k
FR: [Storage Emulator] Support googleapis/java-storage #3508
New issue
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
Comments
@abeisgoat any thoughts? |
I got a response back here - googleapis/java-storage#875 (comment) It'd be nice if this is something that could be supported. Any chance we could turn this into a feature request? |
I've turn this into a feature request. Note that we are unable to promise any timeline for this, but if others also have this request, adding a +1 on this issue can help us prioritize adding this to the roadmap. (Googler-only internal tracking bug: b/191996012) |
Looking at your logs, the requests actually look like they should be valid, the only unusual bit is the |
@abeisgoat Never heard back from you on this, so I thought I'd ping you. |
Piping in with additional context from Spring Cloud GCP where we got a question about supporting the Firebase Storage emulator through our Spring integrations (which directly depend on the Java Storage client library). Non-actionable for us, since the Spring integration can only support what the client library supports, but the troubleshooting information may be useful for implementing support in Firebase. The Java storage client library forms a URL of the form Accessing the same file through the emulator web UI, the URL that would work is of the form The differences are:
Here is a minimal reproduction case for retrieving a single blob through production vs Firebase emulator.
|
Uh oh!
There was an error while loading. Please reload this page.
This bug was copied from googleapis/java-storage#875 as it was indicated that it might be a bug with the emulator, not the java client.
Environment details
General, Core, and Other are also allowed as types
com.google.cloud:libraries-bom:20.4.0
Steps to reproduce
Code example
Stack trace
It seems like maybe this library doesn't support the local emulator.
The text was updated successfully, but these errors were encountered: