[GH-ISSUE #577] s3fs cache #330

Closed
opened 2026-03-04 01:44:26 +03:00 by kerem · 3 comments
Owner

Originally created by @vgadhadaran on GitHub (May 4, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/577

If I dont specify use_cache location , s3fs writes to a local cache in the root directory. How can I locate the s3cache directory? This is giving problem when I intend to transfer much larger file size and dont have much space on my server . I dont see anything meaningfully created in my /tmp created as well.

Originally created by @vgadhadaran on GitHub (May 4, 2017). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/577 If I dont specify use_cache location , s3fs writes to a local cache in the root directory. How can I locate the s3cache directory? This is giving problem when I intend to transfer much larger file size and dont have much space on my server . I dont see anything meaningfully created in my /tmp created as well.
kerem closed this issue 2026-03-04 01:44:27 +03:00
Author
Owner

@ggtakec commented on GitHub (May 6, 2017):

@vgadhadaran
If you do not specify use_cache option, s3fs uses tmpfile() function for updalo/download object.
I think the directory used by tmpfile is system dependent.
Do you have any reason why the use_cache option can not be specified?
If possible, it seems good to use this option.

Regards,

<!-- gh-comment-id:299619603 --> @ggtakec commented on GitHub (May 6, 2017): @vgadhadaran If you do not specify use_cache option, s3fs uses tmpfile() function for updalo/download object. I think the directory used by tmpfile is system dependent. Do you have any reason why the use_cache option can not be specified? If possible, it seems good to use this option. Regards,
Author
Owner

@vgadhadaran commented on GitHub (May 10, 2017):

During the PUT operations, it writes 0 KB to HCP from the use_cache location.

<!-- gh-comment-id:300580437 --> @vgadhadaran commented on GitHub (May 10, 2017): During the PUT operations, it writes 0 KB to HCP from the use_cache location.
Author
Owner

@ggtakec commented on GitHub (Mar 30, 2019):

We kept this issue open for a long time.
Is this problem continuing?
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.

<!-- gh-comment-id:478230520 --> @ggtakec commented on GitHub (Mar 30, 2019): We kept this issue open for a long time. Is this problem continuing? We launch new version 1.86, which fixed some problem(bugs). Please use the latest version. I will close this, but if the problem persists, please reopen or post a new issue.
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#330
No description provided.