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
refactor!: rename expiresInMillis to expiresInSecs in create storage content URL (#733)
This PR changes `expiresInMillis` to `expiresInSecs` and moves it to
options in create storage content URLs:
- `KeyValueStore.createKeysPublicUrl(options)`
- `Dataset.createItemsPublicUrl(options)`
Note: I'm aware that this can potentially be breaking change, but we
suppose that no one started using it yet.
More context:
https://apify.slack.com/archives/C01VBUV81UZ/p1756111935325179
0 commit comments