crawlee-python icon indicating copy to clipboard operation
crawlee-python copied to clipboard

Implement `KeyValueStore.get_public_url`

Open janbuchar opened this issue 5 months ago • 3 comments

  • https://github.com/apify/crawlee/blob/master/packages/core/src/storages/key_value_store.ts#L457-L463 could serve as inspiration
    • we should consider also making this a method of the kv-store resource client and implementing it separately for memory storage and for platform storage in SDK
  • when this is done, update the deployment/apify-platform docs page (there is commented out doc for this feature)

janbuchar avatar Sep 10 '24 16:09 janbuchar