Skip to content

Add post-call checks on AppendObject#2178

Merged
harshavardhana merged 1 commit intominio:masterfrom
klauspost:append-safety
Nov 12, 2025
Merged

Add post-call checks on AppendObject#2178
harshavardhana merged 1 commit intominio:masterfrom
klauspost:append-safety

Conversation

@klauspost
Copy link
Copy Markdown
Contributor

Using Append (via PutObject as designed) on a server that doesn't support it can just overwrite the object.. Kinda crappy design by AWS. There is no "preflight" info in HeadObject to indicate if the object is appendable.

Add post-call checks on the expected size to at least indicate to the client there is an issue.

Using Append (via PutObject as designed) on a server that doesn't support it can just overwrite the object.. Kinda crappy design by AWS. There is no "preflight" info in HeadObject to indicate if the object is appendable.

Add post-call checks on the expected size to at least indicate to the client there is an issue.
@harshavardhana harshavardhana merged commit 8aa3271 into minio:master Nov 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants