There was an error while loading. Please reload this page.
1 parent db86ee7 commit 85f6266Copy full SHA for 85f6266
1 file changed
src/apify/storage_clients/__init__.py
@@ -1,8 +1,6 @@
1
-# `FileSystemStorageClient`, `MemoryStorageClient`, and `StorageClient` are re-exported unchanged from Crawlee.
2
-# The file-system client also has an Apify variant, `ApifyFileSystemStorageClient` (the default local client),
3
-# which preserves the Actor `INPUT` record on purge and charges for the `PAY_PER_EVENT` pricing model. There is
4
-# no Apify variant of `MemoryStorageClient`, so it is re-exported as-is and provides neither behavior. Prefer
5
-# the Apify clients when either behavior matters.
+# `FileSystemStorageClient`, `MemoryStorageClient`, and `StorageClient` are re-exported from Crawlee. Only the
+# file-system client has an Apify variant: `ApifyFileSystemStorageClient`, the default local client, which adds
+# `INPUT` preservation on purge and local `PAY_PER_EVENT` charging.
6
from crawlee.storage_clients import FileSystemStorageClient, MemoryStorageClient, StorageClient
7
8
from ._apify import ApifyStorageClient
0 commit comments