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.
The text was updated successfully, but these errors were encountered:
New interface of the
BaseStorageClient
BaseStorageClient
.ApifyStorageClient
. Instead, we should implement an adapter for it.MemoryStorageClient
should implement this interface.The issues with the current
MemoryStorageClient
service_locator
#691 (comment)Configuration
in theopen_storage
creation_management
module #147id
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.The text was updated successfully, but these errors were encountered: