mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[GH-ISSUE #417] where do uploaded files go? #80
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#80
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 @naseemkullah on GitHub (Feb 8, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/417
Hello, thanks for this great tool!
My tests generally create data via uploads to buckets and then perform subsequent downloads of those files created in test.
However although the upload succeeds to the fake-gcs-server, i cannot subsequently download the file, is this expected behaviour or am I doing something wrong?
THanks!
@fsouza commented on GitHub (Feb 8, 2021):
Hi @naseemkullah, can you share the code of what you're trying to do?
Files are stored either in memory or disk, but with either storage backend users should be able to retrieve objects after uploading them
@naseemkullah commented on GitHub (Feb 8, 2021):
Good to know that uploaded files should be retrievable in either the memory or filesystem backends!
Stay tuned for a code snippet! Thanks.
@fsouza commented on GitHub (Feb 15, 2021):
Closing as this was a question. Please feel free to reopen or open new issues in the future if other questions or issues come up!
@naseemkullah commented on GitHub (Feb 15, 2021):
Ok thanks!