[PR #240] [MERGED] Enable Content-MD5 during multipart upload part #1418

Closed
opened 2026-03-04 01:53:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/240
Author: @gaul
Created: 8/17/2015
Status: Merged
Merged: 8/19/2015
Merged by: @ggtakec

Base: masterHead: md5


📝 Commits (1)

  • a157ac5 Enable Content-MD5 during multipart upload part

📊 Changes

5 files changed (+30 additions, -12 deletions)

View changed files

📝 src/common_auth.cpp (+13 -8)
📝 src/curl.cpp (+14 -3)
📝 src/s3fs_auth.h (+1 -0)
📝 src/s3fs_util.cpp (+1 -1)
📝 test/small-integration-test.sh (+1 -0)

📄 Description

This allows retries of multi-part uploads instead of discovering a
fatal error during complete multipart upload. Also enable Content-MD5
for integration tests and refactor hexadecimal code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/240 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/17/2015 **Status:** ✅ Merged **Merged:** 8/19/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `md5` --- ### 📝 Commits (1) - [`a157ac5`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a157ac59cac344fa23e375e565a8b62609d6b8ba) Enable Content-MD5 during multipart upload part ### 📊 Changes **5 files changed** (+30 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/common_auth.cpp` (+13 -8) 📝 `src/curl.cpp` (+14 -3) 📝 `src/s3fs_auth.h` (+1 -0) 📝 `src/s3fs_util.cpp` (+1 -1) 📝 `test/small-integration-test.sh` (+1 -0) </details> ### 📄 Description This allows retries of multi-part uploads instead of discovering a fatal error during complete multipart upload. Also enable Content-MD5 for integration tests and refactor hexadecimal code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:51 +03: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
starred/s3fs-fuse#1418
No description provided.