[GH-ISSUE #316] Ignore files #165

Closed
opened 2026-03-04 01:42:47 +03:00 by kerem · 4 comments
Owner

Originally created by @Mambix on GitHub (Dec 9, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/316

Is there a mechanism to ignore certain files?

For example I'm using this for btsync folder and it doesn't need to sync *.bts files to S3 bucket necause they are still beeing synced between machines. Once btsync does it's job it will rename the file and so it will be ready to sync to S3.

Originally created by @Mambix on GitHub (Dec 9, 2015). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/316 Is there a mechanism to ignore certain files? For example I'm using this for btsync folder and it doesn't need to sync *.bts files to S3 bucket necause they are still beeing synced between machines. Once btsync does it's job it will rename the file and so it will be ready to sync to S3.
kerem closed this issue 2026-03-04 01:42:47 +03:00
Author
Owner

@RobbKistler commented on GitHub (Dec 11, 2015):

s3fs-fuse doesn't have a mechanism to do that.

<!-- gh-comment-id:163931547 --> @RobbKistler commented on GitHub (Dec 11, 2015): s3fs-fuse doesn't have a mechanism to do that.
Author
Owner

@RobbKistler commented on GitHub (Dec 11, 2015):

You might check out http://filterfs.sourceforge.net. It could work in conjunction with s3fs-fuse to give you the functionality you want. The performance might not be great.

<!-- gh-comment-id:163934127 --> @RobbKistler commented on GitHub (Dec 11, 2015): You might check out http://filterfs.sourceforge.net. It could work in conjunction with s3fs-fuse to give you the functionality you want. The performance might not be great.
Author
Owner

@Mambix commented on GitHub (Dec 11, 2015):

Thanks @RobbKistler that might just work.
It's painfully slow atm, but this might be exactly what I need

<!-- gh-comment-id:163997925 --> @Mambix commented on GitHub (Dec 11, 2015): Thanks @RobbKistler that might just work. It's painfully slow atm, but this might be exactly what I need
Author
Owner

@ggtakec commented on GitHub (Dec 20, 2015):

@Mambix
@RobbKistler said correct, s3fs does not support the filter of the file directory, because it only supports transparent access to S3 object.
If you can be set to overlap the filterfs and s3fs, it might be realized.

I close this issue, but if you have a problem, please reopen this issue.
Thanks in advance for your help.

<!-- gh-comment-id:166077202 --> @ggtakec commented on GitHub (Dec 20, 2015): @Mambix @RobbKistler said correct, s3fs does not support the filter of the file directory, because it only supports transparent access to S3 object. If you can be set to overlap the filterfs and s3fs, it might be realized. I close this issue, but if you have a problem, please reopen this issue. Thanks in advance for your help.
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#165
No description provided.