[PR #2252] [MERGED] Calculate MD5 without using a temporary file #2416

Closed
opened 2026-03-04 02:05:26 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: md5/remote-temp-file


📝 Commits (1)

  • 4657ac4 Calculate 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2252 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/6/2023 **Status:** ✅ Merged **Merged:** 8/6/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `md5/remote-temp-file` --- ### 📝 Commits (1) - [`4657ac4`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4657ac4dc7d7f66f5a1f3f83d51f18efbe39b612) Calculate MD5 without using a temporary file ### 📊 Changes **5 files changed** (+75 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This mirrors the SHA256 code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:26 +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#2416
No description provided.