You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is probably no need to keep track of an id for each resource client - the memory storage deals with names only. However, we should consider that we will need to support some kind of an equivalent of Apify's non-default, unnamed storages.
New interface of the
BaseStorageClientBaseStorageClient.ApifyStorageClient. Instead, we should implement an adapter for it.MemoryStorageClientshould implement this interface.The issues with the current
MemoryStorageClientservice_locator#691 (comment)Configurationin theopen_storagecreation_managementmodule #147idfor each resource client - the memory storage deals with names only. However, we should consider that we will need to support some kind of an equivalent of Apify's non-default, unnamed storages.