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

Admin Key / AU (16 bytes) 0 File Size (4B) 16 Filename (Null-Terminated) 20 File Content (Variable length) ... 3E 3E

Request body

...
Element Developer note
Admin keyEvery live Group 13 command starts with the configured admin key.
Object pathResolved under the server's Folders area. Path traversal is rejected.
Object payloadOpaque bytes stored at the resolved path.