[PR #1392] [MERGED] Use 64-bit off_t when computing digests #1953

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1392
Author: @gaul
Created: 9/12/2020
Status: Merged
Merged: 9/13/2020
Merged by: @ggtakec

Base: masterHead: large-singlepart-32-bit


📝 Commits (1)

  • ffc33a4 Use 64-bit off_t when computing digests

📊 Changes

5 files changed (+36 additions, -36 deletions)

View changed files

📝 src/common_auth.cpp (+2 -2)
📝 src/gnutls_auth.cpp (+14 -14)
📝 src/nss_auth.cpp (+8 -8)
📝 src/openssl_auth.cpp (+8 -8)
📝 src/s3fs_auth.h (+4 -4)

📄 Description

This allows 32-bit platforms like Raspberry Pi to upload single-part
objects larger than 2 GB.


🔄 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/1392 **Author:** [@gaul](https://github.com/gaul) **Created:** 9/12/2020 **Status:** ✅ Merged **Merged:** 9/13/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `large-singlepart-32-bit` --- ### 📝 Commits (1) - [`ffc33a4`](https://github.com/s3fs-fuse/s3fs-fuse/commit/ffc33a447fcb9a1883dfa030306dcd521268aeed) Use 64-bit off_t when computing digests ### 📊 Changes **5 files changed** (+36 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `src/common_auth.cpp` (+2 -2) 📝 `src/gnutls_auth.cpp` (+14 -14) 📝 `src/nss_auth.cpp` (+8 -8) 📝 `src/openssl_auth.cpp` (+8 -8) 📝 `src/s3fs_auth.h` (+4 -4) </details> ### 📄 Description This allows 32-bit platforms like Raspberry Pi to upload single-part objects larger than 2 GB. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:57 +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#1953
No description provided.