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 was archived by the owner on Jan 22, 2025. It is now read-only.
Describe the bug
When issuing a "delete file in inbox" operation in the REST interface (i.e. using lega-commander), the message being posted by the MQ Aspect to CEGA is incomplete. It has "filesize":0 and "file_last_modified":0.
To Reproduce
Steps to reproduce the behavior:
List your files in your inbox using "lega-commander inbox -l"
Select a file to delete: "lega-commander inbox -d delete-this-file.c4gh"
Log into ega.elixir.no and inspect proxy server log to see MQ message posted to CEGA: "docker logs proxy-container-id | less"
Observe wrong message
Expected behavior
filesize should be set correctly.
file_last_modified: check docs for what info this should contain