We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b416ee commit 81d74faCopy full SHA for 81d74fa
src/apify/storage_clients/_file_system/_key_value_store_client.py
@@ -56,7 +56,7 @@ async def purge(self) -> None:
56
async def _sanitize_input_json(self, path: Path) -> None:
57
"""Transform an input json file to match the naming convention expected by the FileSystemKeyValueStoreClient.
58
59
- For example: INPUT.json -> INPUT, INPUT.json.metadata
+ For example: INPUT.json -> INPUT, INPUT.__metadata__.json
60
"""
61
configuration = Configuration.get_global_configuration()
62
0 commit comments