mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #827] Using the del_cache option does not remove the cache directory completely. #479
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#479
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 @CMCDragonkai on GitHub (Sep 24, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/827
Running 1.84, and the
del_cacheoption doesn't remove the entire cache directory. The directory is left with a.BUCKET.mirror/directory.Not sure what that directory is for, but surely the
del_cacheoption as documented is intended to delete the whole cache directory right?Also I noticed that the documentation doesn't mention this, but you need to set an absolute path for
use_cache='/abspath'.@gaul commented on GitHub (Jan 26, 2019):
@CMCDragonkai Could you open a pull request to fix the documentation?