mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2346] [MERGED] s3fs_cred: print detailed error message when stat file fails #2492
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#2492
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/2346
Author: @adamqqqplay
Created: 10/9/2023
Status: ✅ Merged
Merged: 10/9/2023
Merged by: @gaul
Base:
master← Head:refine-error-message📝 Commits (1)
81b863bs3fs_cred: print detailed error message when stat file fails📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/s3fs_cred.cpp(+1 -1)📄 Description
Relevant Issue (if applicable)
n/a
Details
When the password file does not exist, now only the error "s3fs: unexpected error from stat" will be reported, which is not convenient for locating the problem.
In order to fix this problem, this patch adds detailed error message printing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.