[PR #116] [MERGED] Supported signature version 4 #1350

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/116
Author: @ggtakec
Created: 2/2/2015
Status: Merged
Merged: 2/2/2015
Merged by: @ggtakec

Base: masterHead: dev_sv4


📝 Commits (4)

  • bb1f1d3 Merged manually from caxapniy/s3fs-fuse/tree/1.77v4merge for signature v4 - #102
  • 0d2f3e2 Fixed bugs, segfault and signature error at listing.
  • 4f953f9 Clean codes for signature v4 and added new sigv2 option
  • 1424f87 Supported signature version 4 for GnuTLS/NSS and automatically set endpoint/sigv2

📊 Changes

14 files changed (+1260 additions, -265 deletions)

View changed files

📝 doc/man/s3fs.1 (+10 -0)
📝 src/cache.cpp (+12 -17)
📝 src/common.h (+1 -0)
📝 src/common_auth.cpp (+21 -0)
📝 src/curl.cpp (+644 -227)
📝 src/curl.h (+8 -1)
📝 src/gnutls_auth.cpp (+187 -0)
📝 src/nss_auth.cpp (+94 -4)
📝 src/openssl_auth.cpp (+93 -2)
📝 src/s3fs.cpp (+112 -12)
📝 src/s3fs_auth.h (+5 -0)
📝 src/s3fs_util.cpp (+13 -0)
📝 src/string_util.cpp (+55 -1)
📝 src/string_util.h (+5 -1)

📄 Description

Supported signature version 4(#74)

  • Supported signature version 4
  • SSL signature version 4 on OpenSSL/NSS/GnuTLS
  • Added endpoint and sigv2 option
  • Automatically select endpoint(region)/sigv2 as fault tolerant

🔄 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/116 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 2/2/2015 **Status:** ✅ Merged **Merged:** 2/2/2015 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `dev_sv4` --- ### 📝 Commits (4) - [`bb1f1d3`](https://github.com/s3fs-fuse/s3fs-fuse/commit/bb1f1d3faa35734f945afe2c479e5e3de990af24) Merged manually from caxapniy/s3fs-fuse/tree/1.77v4merge for signature v4 - #102 - [`0d2f3e2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/0d2f3e2dc4d61536ae91204f46bc0b4eb57e926e) Fixed bugs, segfault and signature error at listing. - [`4f953f9`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4f953f9bd78c81afd825dab49a81ad2a68db0be4) Clean codes for signature v4 and added new sigv2 option - [`1424f87`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1424f877544aee7b279e1aac4bc5ecaeb0bae8c2) Supported signature version 4 for GnuTLS/NSS and automatically set endpoint/sigv2 ### 📊 Changes **14 files changed** (+1260 additions, -265 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+10 -0) 📝 `src/cache.cpp` (+12 -17) 📝 `src/common.h` (+1 -0) 📝 `src/common_auth.cpp` (+21 -0) 📝 `src/curl.cpp` (+644 -227) 📝 `src/curl.h` (+8 -1) 📝 `src/gnutls_auth.cpp` (+187 -0) 📝 `src/nss_auth.cpp` (+94 -4) 📝 `src/openssl_auth.cpp` (+93 -2) 📝 `src/s3fs.cpp` (+112 -12) 📝 `src/s3fs_auth.h` (+5 -0) 📝 `src/s3fs_util.cpp` (+13 -0) 📝 `src/string_util.cpp` (+55 -1) 📝 `src/string_util.h` (+5 -1) </details> ### 📄 Description Supported signature version 4(#74) - Supported signature version 4 - SSL signature version 4 on OpenSSL/NSS/GnuTLS - Added endpoint and sigv2 option - Automatically select endpoint(region)/sigv2 as fault tolerant --- <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:30 +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#1350
No description provided.