-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] new s3 scanner #11712
[WIP] new s3 scanner #11712
Conversation
44c2073
to
0bde0fb
Compare
This cannot be rebased at the moment because it's broken due to #11714 |
0bde0fb
to
0b6f464
Compare
@icewind1991 what do you think ? |
WIP -> OC8.1 |
@butonic what shall we do with this ? |
I am asking you that:
|
moving this to 8.2 - touching files_external is out of scope for 8.1 |
cc @icewind1991 @schiesbn @PVince81 |
WIP -> OC9.0 |
@butonic can we get this out of the WIP state? THX |
Closing due to lack of activity/feedback. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I implemented a S3 scanner that iterates over all objects in a bucket and updates the filecache so we have an up to date mtime for syncing. It fixes #8633 when the file scan for the user is triggered periodically.
Keep in mind that amazon s3 users pay for the traffic, so don't execute it every 5 min.
It is still WIP as the Scanner became S3 specific and I need opinions on the approach. cc @icewind1991 @schiesbn @PVince81
I Still think this is the best solution. Also: browsing the web interface ALWAYS makes a trip to the bucket. we could use that to update the filecache as well, but it only helps if someone browses the directory tree.