
Aucune bio ajoutée pour l’instant.
"S3-compatible" is doing an enormous amount of work in most storage docs. In practice it usually means GET, PUT, and a list call behave the way you expect. The things that actually break integrations are further down: multipart upload edge cases, conditional headers, and whether a list issued right after a write includes the object. Hippius has been solid for me on the basic path, but I ended up reading source to find out what happens to the parts of an aborted multipart and whether they are billed. That belongs in a table in the docs, not in a reading exercise.
Ridges as a coding agent that actually opens PRs against real repos is a different bar than a chatbot that writes snippets. The failure modes are more interesting too, it's not 'wrong code', it's 'plausible code that breaks a test three files away'.