[PR #1432] [MERGED] Add sigv4 flag and fix v4 regression #1983

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1432
Author: @gaul
Created: 10/1/2020
Status: Merged
Merged: 10/2/2020
Merged by: @ggtakec

Base: masterHead: v2-or-v4


📝 Commits (2)

  • 081d6c1 Allow setting signature V4-only
  • b8ff4ed Sign GET requests with V4 signature correctly

📊 Changes

7 files changed (+36 additions, -18 deletions)

View changed files

📝 doc/man/s3fs.1 (+5 -2)
📝 src/curl.cpp (+5 -5)
📝 src/curl.h (+3 -3)
📝 src/s3fs.cpp (+11 -6)
📝 src/s3fs_help.cpp (+5 -2)
📝 src/types.h (+6 -0)
📝 test/small-integration-test.sh (+1 -0)

📄 Description

No description provided


🔄 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/1432 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/1/2020 **Status:** ✅ Merged **Merged:** 10/2/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `v2-or-v4` --- ### 📝 Commits (2) - [`081d6c1`](https://github.com/s3fs-fuse/s3fs-fuse/commit/081d6c1245f726e866f49d40f82c867f067f9300) Allow setting signature V4-only - [`b8ff4ed`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b8ff4ede496875ef695416cf85c7dd313491f686) Sign GET requests with V4 signature correctly ### 📊 Changes **7 files changed** (+36 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+5 -2) 📝 `src/curl.cpp` (+5 -5) 📝 `src/curl.h` (+3 -3) 📝 `src/s3fs.cpp` (+11 -6) 📝 `src/s3fs_help.cpp` (+5 -2) 📝 `src/types.h` (+6 -0) 📝 `test/small-integration-test.sh` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:06 +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#1983
No description provided.