mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #1295] [MERGED] Added a parameter to output body to curldbg option #1906
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#1906
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/1295
Author: @ggtakec
Created: 5/24/2020
Status: ✅ Merged
Merged: 5/24/2020
Merged by: @gaul
Base:
master← Head:curldbg_dump_body📝 Commits (1)
8d84da2Added a parameter to output body to curldbg option📊 Changes
6 files changed (+98 additions, -7 deletions)
View changed files
📝
doc/man/s3fs.1(+3 -0)📝
src/common.h(+10 -1)📝
src/curl.cpp(+63 -6)📝
src/curl.h(+6 -0)📝
src/s3fs.cpp(+12 -0)📝
src/s3fs_util.cpp(+4 -0)📄 Description
Relevant Issue (if applicable)
#1289
Details
Added a parameter to output
bodyto curldbg option.The curldbg option can be specified by
curldbg=normal,curldbg=bodyor the samecurldbgas before.If the parameter is omitted, it is the same as
normal.curldbgorcurldbg=normalis the same debug output as before.When
curldbg=bodyis specified, in addition to this debug output, the request body ofCompleteMultipartUploadand the response body ofListObjectsare output.In this PR, output body is limited to a specific API.
In the future, if necessary, we will add APIs or change the APIs to output body output.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.