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
Describe the bug
I am working on pre-create hook to add some ID prefix to separate the data in file storage. I found that I can use slashes to build hierarchical (directory-like) schema. It was introduced with PR #1020 and finally released in version 2.3.0. I used the latest version of docker image but I got 404 on PATCH request to upload file content. After some time I decided to change docker image first to v2.3.0 and it started to work. Then I verified v2.4.0 (latest release) and it also works so it seems latest docker image does not contain latest version of tusd.
To Reproduce
Steps to reproduce the behavior:
Use latest docker image to start the service
Create pre-create hook to change the file ID to contain prefix with slash (/)
You cannot upload the file as there is no driectory for prefix and if directory exists then PATCH request to upload the content ends with 404
Expected behavior latest docker image contains latest version of tusd
Setup details
N.A.
The text was updated successfully, but these errors were encountered:
OK, I have to get to know docker better :). In my images there was version of tusd from January and it was still used as a latest. You can close the ticket.
Describe the bug
I am working on
pre-create
hook to add some ID prefix to separate the data in file storage. I found that I can use slashes to build hierarchical (directory-like) schema. It was introduced with PR #1020 and finally released in version 2.3.0. I used thelatest
version of docker image but I got 404 onPATCH
request to upload file content. After some time I decided to change docker image first tov2.3.0
and it started to work. Then I verifiedv2.4.0
(latest release) and it also works so it seemslatest
docker image does not contain latest version of tusd.To Reproduce
Steps to reproduce the behavior:
latest
docker image to start the servicepre-create
hook to change the file ID to contain prefix with slash (/)PATCH
request to upload the content ends with 404Expected behavior
latest
docker image contains latest version of tusdSetup details
N.A.
The text was updated successfully, but these errors were encountered: