[GH-ISSUE #65] verify Content-MD5 during get object #39

Closed
opened 2026-03-04 01:41:26 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Oct 4, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/65

s3fs-fuse does not guarantee the integrity of downloaded objects as #64 demonstrates. Instead it should check against the ETag header returned from S3. Implementing this will have some complications on the parallel multi-get request code path.

Originally created by @gaul on GitHub (Oct 4, 2014). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/65 s3fs-fuse does not guarantee the integrity of downloaded objects as #64 demonstrates. Instead it should check against the ETag header returned from S3. Implementing this will have some complications on the parallel multi-get request code path.
kerem 2026-03-04 01:41:26 +03:00
Author
Owner

@gaul commented on GitHub (Mar 9, 2021):

This is only really possible for small objects and when using HTTP. Closing this since HTTPS gives us transport integrity.

<!-- gh-comment-id:794596027 --> @gaul commented on GitHub (Mar 9, 2021): This is only really possible for small objects and when using HTTP. Closing this since HTTPS gives us transport integrity.
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
starred/s3fs-fuse#39
No description provided.