[PR #2799] [MERGED] Improved message output when check bucket error occurs #2797

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

📋 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: masterHead: improve/curlerr


📝 Commits (1)

  • 27d0c69 Improved 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2799 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `improve/curlerr` --- ### 📝 Commits (1) - [`27d0c69`](https://github.com/s3fs-fuse/s3fs-fuse/commit/27d0c69ed174223e17f6bc8c26966c50242105d5) Improved message output when check bucket error occurs ### 📊 Changes **4 files changed** (+60 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+19 -19) 📝 `src/curl.h` (+1 -0) 📝 `src/s3fs.cpp` (+22 -14) 📝 `src/s3fs_threadreqs.cpp` (+18 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:20 +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#2797
No description provided.