-
Notifications
You must be signed in to change notification settings - Fork 42
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
Downloading blobs not working #113
Comments
I don't use Docker Compose, so I don't really know what's going on. If you'll provide a minimal test case, I could try to reproduce it at some point. |
Ran into the same issue. Did you find anything later? @JeffryCA |
I ran into the same issue today, and after some investigation I believe I've discovered the cause. The download process first resolves the blob to an object resource and then uses the Unfortunately, the This in turn means that when you try to download the blob in the container different from the one where the emulator is running, you end up making the download request to I think a relatively straightforward solution to this might be to allow for a I'd be happy to set this up if PR's are welcome on the project? |
I was able to get things working with a combination of #82 (comment) and #82 (comment). looks like this works around the issue @Gradecak mentioned? |
Setup using the docker image oittaa/gcp-storage-emulator (docker-compose).
and tests:
The error I get after a while is the following:
Is there something
The text was updated successfully, but these errors were encountered: