Skip to content

Commit 85f6266

Browse files
committed
docs: Shorten storage_clients re-export comment
1 parent db86ee7 commit 85f6266

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/apify/storage_clients/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
# `FileSystemStorageClient`, `MemoryStorageClient`, and `StorageClient` are re-exported from Crawlee. Only the
2+
# file-system client has an Apify variant: `ApifyFileSystemStorageClient`, the default local client, which adds
3+
# `INPUT` preservation on purge and local `PAY_PER_EVENT` charging.
64
from crawlee.storage_clients import FileSystemStorageClient, MemoryStorageClient, StorageClient
75

86
from ._apify import ApifyStorageClient

0 commit comments

Comments
 (0)