{"service":"objectstore-api","docs":{"health":"/health","livez":"/livez","readyz":"/readyz","healthz":"/healthz","listObjects":"/api/v1/objectstore?bucket=your-bucket&prefix=optional/&recursive=false","statObject":"/api/v1/objectstore/stat?bucket=your-bucket&key=path/to/file.txt","readObject":"/api/v1/objectstore/content?bucket=your-bucket&key=path/to/file.txt","writeObject":"PUT /api/v1/objectstore/content?bucket=your-bucket&key=path/to/file.txt","deleteObject":"DELETE /api/v1/objectstore/content?bucket=your-bucket&key=path/to/file.txt"}}