@sigoden commented on GitHub (Jul 13, 2024):
This strategy does not solve the problem. This policy has a race condition that cannot be resolved.
Let me…
@sigoden commented on GitHub (Jul 11, 2024):
@webzit Logs are crucial for troubleshooting. Please provide the logs.
@sigoden commented on GitHub (Jul 13, 2024):
Can you explain why you need this?
@webzit commented on GitHub (Jul 11, 2024):
DUFS Logs
2024-07-11T12:57:43Z INFO - 172.16.5.2 "GET /" 401
2024-07-11T12:57:43Z INFO - 172.16.5.2 "GET /"…
@sigoden commented on GitHub (Jul 11, 2024):
error reading a body from connection
This is usually caused by an unstable or interrupted internet connection. …
@fyears commented on GitHub (Jul 13, 2024):
For example, I would like to upload a file by chunks in parallel.
If only append is supported, I can only upload…
@sigoden commented on GitHub (Jul 14, 2024):
We will not support partial update using ranges beyond the current file size. Here is the reason:
- Dufs is…
@webzit commented on GitHub (Jul 11, 2024):
FIX
Thank you. Needed to change following in traefik. Everything works now fine!
entryPoints:
...
…
@fyears commented on GitHub (Jul 14, 2024):
OK. But here is another related point:
dufs returns the header sabredav-partialupdate but actually doesn't fully…
@sigoden commented on GitHub (Jul 14, 2024):
Thanks for your reminder.
@fyears commented on GitHub (Jul 27, 2024):
Ok. May I ask when will the new version be released?
@sigoden commented on GitHub (Jul 27, 2024):
A new version is generally released every 3 months unless there are significant updates. So the next update will…
@sigoden commented on GitHub (Jul 4, 2024):
We will not support this feature.
Glob patterns are more mature for matching paths, which explains why they are…