mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2799] [MERGED] Improved message output when check bucket error occurs #2797
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#2797
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/2799
Author: @ggtakec
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @gaul
Base:
master← Head:improve/curlerr📝 Commits (1)
27d0c69Improved message output when check bucket error occurs📊 Changes
4 files changed (+60 additions, -34 deletions)
View changed files
📝
src/curl.cpp(+19 -19)📝
src/curl.h(+1 -0)📝
src/s3fs.cpp(+22 -14)📝
src/s3fs_threadreqs.cpp(+18 -1)📄 Description
Relevant Issue (if applicable)
#2798
Details
This PR is improved the system so that a curl error message is displayed when a curl error occurs during s3fs startup.
And revised the processing(debug message) after executing curl_easy_setopt, and added a missing error detection feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.