Return part checksums in GetObject if checksum-mode: ENABLED #962

Open
opened 2025-02-18 11:58:25 +00:00 by lx · 0 comments
Owner

See https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html

If we are doing GetObject to retrieve a single part of the object, or doing a range query that aligns with part boundaries, we should returned the checksum of that part that was computed when we first uploaded the part. This means that we also need to store part checksums, which are currently discarded.

Low priority, who uses this?

See https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html If we are doing GetObject to retrieve a single part of the object, or doing a range query that aligns with part boundaries, we should returned the checksum of that part that was computed when we first uploaded the part. This means that we also need to store part checksums, which are currently discarded. Low priority, who uses this?
lx added the
prio
low
scope
s3-api
labels 2025-02-18 11:58:25 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#962
No description provided.