Replies: 1 comment 5 replies
-
|
I like the idea - but as I am avoiding (unintentionally) to use bun by default I always see some other more important tasks - like for example use "native" webcrypto for hashing if available on global scope (for example in CF workers) ... what you think? does it make sense to make wrapper abstractions? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, did you consider using or even already use the native Bun S3 client where applicable? Might be a cool thing since it is very performant. One could abstract away the differences in the api layout and dynamically import the client and use it depending on if the bun runtime is detected.
https://bun.sh/docs/api/s3
https://bun.sh/guides/util/detect-bun
Beta Was this translation helpful? Give feedback.
All reactions