[GH-ISSUE #1551] Look at EACCES vs. EPERM #814

Open
opened 2026-03-04 01:49:02 +03:00 by kerem · 0 comments
Owner

Originally created by @gaul on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1551

S3fsCurl::RequestPerform maps HTTP 403 to EPERM but EACCES may be more correct:

https://stackoverflow.com/questions/35023667/difference-between-eacces-and-eperm

We should audit other uses of this errno.

Originally created by @gaul on GitHub (Feb 7, 2021). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1551 `S3fsCurl::RequestPerform` maps HTTP 403 to `EPERM` but `EACCES` may be more correct: https://stackoverflow.com/questions/35023667/difference-between-eacces-and-eperm We should audit other uses of this errno.
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#814
No description provided.