Actions
Bug #16753
closedBug #16549: Shared files are broken in relayd
Bug #16641: Error 404 when accessing shared-files (relayd)
shared-files api put files in the wrong path
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
sharing a file from a node to another node is not working because the file is put by shared file api in the wrong place.
/var/rudder/shared-files/<targetID>/<sourceid>/myfile
but it should be
/var/rudder/shared-files/<targetID>/files/<sourceid>/myfile
instead
Actions