You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Apologies if this question is daft but I'm attempting to see if I can retrieve the file I uploaded to the "fake" bucket using put_object. I can see the file when listed via list_objects and when I visit the url http://localhost:4567/path/to/file.jpg I am able to download the file however the original file is 1.8mb yet the downloaded file is only 51 bytes and is unable to be opened. Is this expected behavior? In other words, does fakeS3 simulate uploading but does not actually upload a "real file"? Appreciate any assistance here, thanks in advance!
The text was updated successfully, but these errors were encountered:
Faolain
changed the title
[Question]: Are files actually created when uploading or is file creation mimicked?
[Question]: Are files actually created when uploading or is file creation simulated?
May 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Apologies if this question is daft but I'm attempting to see if I can retrieve the file I uploaded to the "fake" bucket using put_object. I can see the file when listed via list_objects and when I visit the url http://localhost:4567/path/to/file.jpg I am able to download the file however the original file is 1.8mb yet the downloaded file is only 51 bytes and is unable to be opened. Is this expected behavior? In other words, does fakeS3 simulate uploading but does not actually upload a "real file"? Appreciate any assistance here, thanks in advance!
The text was updated successfully, but these errors were encountered: