-
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
Bucket or Object not found #169
Comments
If you just manually place a file, the metadata won't exists. That's why it can't be found. |
wouldn't be possible to use libevent or similar to monitor the |
anyway it could be achieved with a side utility too as a pre-step, instead of copy the file do an upload. |
the only concerns is when using a volume that has some predefined files for example and then starting the emulator would be pointless as there won't be any metadata on the content of the volume, so a scanning of the volumne to creates buckkets from folders and objects from file could be useful. |
Describe the bug
when do a download of an object is reported 404, not found.
To Reproduce
cloudstorage
,my-bucket/my-filename
Expected behavior
A clear and concise description of what you expected to happen.
If the file is present in the docker folder
/storage/my-bucket/my-filename
it should be expected to be found and downloaded.System (please complete the following information):
Additional context
it looks like the file must be uploaded from calling the api, cannot be manually added in the cloud storage folder.
Anyway this is just a basic use case, having a file to be downloaded, it shouldn't require to be uploaded first.
The text was updated successfully, but these errors were encountered: