Skip to content

refactor!: Rewrite the FilesystemStorageClient to use apify/crawlee-storage#3762

Open
janbuchar wants to merge 19 commits into
v4from
rust-storages
Open

refactor!: Rewrite the FilesystemStorageClient to use apify/crawlee-storage#3762
janbuchar wants to merge 19 commits into
v4from
rust-storages

Conversation

@janbuchar

Copy link
Copy Markdown
Contributor

@janbuchar janbuchar added the t-tooling Issues with this label are in the ownership of the tooling team. label Jun 18, 2026
@janbuchar janbuchar changed the base branch from v4 to centralize-kvs-value-semantics June 22, 2026 17:29
Base automatically changed from centralize-kvs-value-semantics to v4 June 24, 2026 15:40
// The native iterator handles `prefix`, `exclusiveStartKey`, and `limit`, but it neither throws
// for an unknown `exclusiveStartKey` nor sees untracked value files on disk ("bare files"). We
// add both behaviors here.
const bareFiles = await this.listBareFiles();

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will try to push this down to the native client, so the method might become obsolete soon.

@janbuchar janbuchar requested a review from barjin June 25, 2026 09:18
@janbuchar janbuchar requested review from B4nan, barjin and vladfrangu and removed request for B4nan, barjin and vladfrangu June 25, 2026 09:18
@janbuchar janbuchar marked this pull request as ready for review June 25, 2026 09:21
@janbuchar

Copy link
Copy Markdown
Contributor Author

@vladfrangu this touches a guide you wrote, please make sure I didn't ruin it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants