render icon indicating copy to clipboard operation
render copied to clipboard

Remove `range-parser` dependency

Open kotx opened this issue 3 years ago • 2 comments

R2 API can process range requests now, it seems. We can remove the range-parser dependency and directly pass the header instead.

kotx avatar Sep 17 '22 04:09 kotx

It looks like the functionality to pass request headers to R2GetOptions is not documented outside of changelogs... nor does it actually work.

✘ [ERROR] Uncaught (in promise) Error: get: We encountered an internal error. Please try again. (10001)

As far as I can tell this bug is acknowledged but has existed for a while now without a fix. So this issue would be blocked waiting for that being fixed in future.

Erisa avatar Nov 01 '22 22:11 Erisa

This should be fixed now. Let me know if you encounter any more issues surrounding this functionality.

Frederik-Baetens avatar Dec 08 '22 02:12 Frederik-Baetens