5 ms·
I’m going to have to look into this today. I assuming generating the URLs hit an API, but if those can happen fast locally that changes things.
by dyogenez 2y ago
I’m going to have to look into this today. I assuming generating the URLs hit an API, but if those can happen fast locally that changes things.
- ku1ik 2y agoYup, pre-signing is fast and local, without any I/O. It’s just math. You could likely pre-sign thousands of URLs per second if you needed.