[PR #354] [MERGED] Supported regex type for additional header format - #343 #1477

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (3)

  • 6472eed Supported regex type for additional header format.
  • c7cf86c Sepalated AdditionalHeader class from curl.*
  • 1af7aae Fixed addhead.cpp for cppcheck

📊 Changes

9 files changed (+399 additions, -244 deletions)

View changed files

📝 doc/man/s3fs.1 (+6 -5)
📝 src/Makefile.am (+1 -1)
src/addhead.cpp (+284 -0)
src/addhead.h (+70 -0)
📝 src/curl.cpp (+1 -186)
📝 src/curl.h (+1 -30)
📝 src/s3fs.cpp (+1 -0)
📝 src/s3fs_util.cpp (+7 -5)
📝 test/sample_ahbe.conf (+28 -17)

📄 Description

For #343.

Supported regex type for additional header configuration file format
  • regex format: example
    "reg:^/MYDIR/(.*)[.]t2$ Content-Encoding text2"
Sepalated AdditionalHeader class from curl.cpp(h) to addhead.cpp(h) file

🔄 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/354 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 2/7/2016 **Status:** ✅ Merged **Merged:** 2/7/2016 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`6472eed`](https://github.com/s3fs-fuse/s3fs-fuse/commit/6472eedddcd56ee26db580eb83c24200be6a9b25) Supported regex type for additional header format. - [`c7cf86c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c7cf86c2ef8df72bd49c6c37c0daa8d11bd85770) Sepalated AdditionalHeader class from curl.* - [`1af7aae`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1af7aaeccbaf9b37238b69d4f25878d9e1512a27) Fixed addhead.cpp for cppcheck ### 📊 Changes **9 files changed** (+399 additions, -244 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+6 -5) 📝 `src/Makefile.am` (+1 -1) ➕ `src/addhead.cpp` (+284 -0) ➕ `src/addhead.h` (+70 -0) 📝 `src/curl.cpp` (+1 -186) 📝 `src/curl.h` (+1 -30) 📝 `src/s3fs.cpp` (+1 -0) 📝 `src/s3fs_util.cpp` (+7 -5) 📝 `test/sample_ahbe.conf` (+28 -17) </details> ### 📄 Description For #343. ##### Supported regex type for additional header configuration file format - regex format: example "reg:^/MYDIR/(.*)[.]t2$ Content-Encoding text2" ##### Sepalated AdditionalHeader class from curl.cpp(h) to addhead.cpp(h) file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:54:09 +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#1477
No description provided.