put_object — Group 13, Code 134
Store or replace an object payload.
Purpose
put_object writes an object into RAIDA-managed storage. Use it for controlled object publication or synchronization tasks that belong to the privileged object namespace.
Wire reference — authored from source
This byte layout was derived from the current raidax implementation (cmd_fs.c). It reflects the live binary protocol used by the file service.
Request Body
Request body
...
| Element | Developer note |
|---|---|
| Admin key | Every live Group 13 command starts with the configured admin key. |
| Object path | Resolved under the server's Folders area. Path traversal is rejected. |
| Object payload | Opaque bytes stored at the resolved path. |