mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #53] Trying to download blob calls original googleapis url #2163
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#2163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kye308 on GitHub (Aug 3, 2019).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/53
Hi, thanks for all the great work so far! I'm interested in downloading files with the server and am not sure if that is supported right now.
I can follow the steps in the readme to get a blob object. I would like to call
blob.download_as_string()(or any similar download function) but when I do, I getIs this expected? Wasn't sure if blob download is supported atm.
@fsouza commented on GitHub (Aug 6, 2019):
Hi @kye308 can you try the example from the examples folder?
@fsouza commented on GitHub (Aug 7, 2019):
I just replaced the snippet with a direct link. The script is also being tested in our CI environment now, so we should be good!
Please feel free to reopen if you still encounter this issue.