mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2252] [MERGED] Calculate MD5 without using a temporary file #2416
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#2416
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/2252
Author: @gaul
Created: 8/6/2023
Status: ✅ Merged
Merged: 8/6/2023
Merged by: @ggtakec
Base:
master← Head:md5/remote-temp-file📝 Commits (1)
4657ac4Calculate MD5 without using a temporary file📊 Changes
5 files changed (+75 additions, -29 deletions)
View changed files
📝
src/curl_util.cpp(+4 -26)📝
src/gnutls_auth.cpp(+24 -0)📝
src/nss_auth.cpp(+13 -0)📝
src/openssl_auth.cpp(+33 -3)📝
src/s3fs_auth.h(+1 -0)📄 Description
This mirrors the SHA256 code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
abortinstead ofexitin tests #2528