[GH-ISSUE #112] Option to disable pages merging #68

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

Originally created by @fcand-anevia on GitHub (Jan 23, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/112

Use case

I need to have some softwares that do random access to parts of objects. I cannot wait for the whole object to be downloaded, when I just need to access the first megabyte of data.

The current implementation merges available pages and download the object to the end. If a software needs to read small piece of data it will need to wait for the download to complete.

It would be convenient to have an option that disables it. I have a patch for this, if you are interested in reviewing it ...

Originally created by @fcand-anevia on GitHub (Jan 23, 2015). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/112 ### Use case I need to have some softwares that do random access to parts of objects. I cannot wait for the whole object to be downloaded, when I just need to access the first megabyte of data. The current implementation merges available pages and download the object to the end. If a software needs to read small piece of data it will need to wait for the download to complete. It would be convenient to have an option that disables it. I have a patch for this, if you are interested in reviewing it ...
kerem closed this issue 2026-03-04 01:41:44 +03:00
Author
Owner

@ggtakec commented on GitHub (Mar 8, 2015):

Hi,

I fixed two bug at #138 which made from issue #97.
One of bug is you know, s3fs try to load whole of file.
#138 fixed it, please try to use master branch codes.

If you find ugs, please post new issue.

Thanks for your assistance.

<!-- gh-comment-id:77746018 --> @ggtakec commented on GitHub (Mar 8, 2015): Hi, I fixed two bug at #138 which made from issue #97. One of bug is you know, s3fs try to load whole of file. #138 fixed it, please try to use master branch codes. If you find ugs, please post new issue. Thanks for your assistance.
Author
Owner

@fcand-anevia commented on GitHub (Mar 8, 2015):

Nice :) i will try and check it out.
Regards
Le 8 mars 2015 13:25, "Takeshi Nakatani" notifications@github.com a écrit
:

Closed #112 https://github.com/s3fs-fuse/s3fs-fuse/issues/112.


Reply to this email directly or view it on GitHub
https://github.com/s3fs-fuse/s3fs-fuse/issues/112#event-248141229.

<!-- gh-comment-id:77749512 --> @fcand-anevia commented on GitHub (Mar 8, 2015): Nice :) i will try and check it out. Regards Le 8 mars 2015 13:25, "Takeshi Nakatani" notifications@github.com a écrit : > Closed #112 https://github.com/s3fs-fuse/s3fs-fuse/issues/112. > > — > Reply to this email directly or view it on GitHub > https://github.com/s3fs-fuse/s3fs-fuse/issues/112#event-248141229.
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#68
No description provided.