mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #240] [MERGED] Enable Content-MD5 during multipart upload part #1418
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:md5📝 Commits (1)
a157ac5Enable 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.