-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
Since in SDK we want to switch from custom implementation of getPublicUrl
to calling the client implementations of those methods (see apify/apify-sdk-js#433), we should add those methods to the local storage implementations in Crawlee as well.
The following methods are missing from the memory-storage
in Crawlee (and are supported in apify-client-js
):
For KVS:
+ createKeysPublicUrl
+ getRecordPublicUrl
For Dataset:
+ createItemsPublicUrl
+ getStatistics
Metadata
Metadata
Assignees
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.