mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1477
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (3)
6472eedSupported regex type for additional header format.c7cf86cSepalated AdditionalHeader class from curl.*1af7aaeFixed 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
"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.