[GH-ISSUE #417] where do uploaded files go? #80

Closed
opened 2026-03-03 12:08:06 +03:00 by kerem · 4 comments
Owner

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!

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!
kerem 2026-03-03 12:08:06 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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

<!-- gh-comment-id:775472713 --> @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
Author
Owner

@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.

<!-- gh-comment-id:775475798 --> @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.
Author
Owner

@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!

<!-- gh-comment-id:779475146 --> @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!
Author
Owner

@naseemkullah commented on GitHub (Feb 15, 2021):

Ok thanks!

<!-- gh-comment-id:779480720 --> @naseemkullah commented on GitHub (Feb 15, 2021): Ok thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#80
No description provided.