mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #591] HTTP 404 error #336
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#336
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?
Originally created by @vgadhadaran on GitHub (May 10, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/591
FFFFFFFFFFFFFF
@ggtakec commented on GitHub (May 13, 2017):
@vgadhadaran
These are errors that occur when s3fs is able to recognize the object created by another S3 tool, so it attaches an object path that does not exist.
For example, the above message is a request that occurred to check the existence of the "premium_exposure_5pct_sample.sas7bdat" object.
S3fs confirms the existence of the object in the following order.
folderIn order to reduce the request to confirm the existence of the object many times, you can have a cache of stat information by max_stat_cache_size/enable_noobj_cache/etc(please see man page).
Please post Additional Information about your environment when posting issue, example: version/s3fs option/etc. You can see them as templates when posting issues. It will help us to solve issues.