How to use S3 with Bun
· 2 min read
When I was trying Bun S3 client for the first time I was surprised that there is no option to pass AWS profile name as credentials. This post is just a quick memo for me to remember how this can be achieved.
When I was trying Bun S3 client for the first time I was surprised that there is no option to pass AWS profile name as credentials. This post is just a quick memo for me to remember how this can be achieved.
Have you ever wondered who might have thought of TypeScript enums? I did because of all the ways how that can go wrong but I actually never found out who has introduced this feature to the language. This article is not about that either.
I just wanted to build simple static site so I can publish something from time to time - I had no idea that it was not that easy in 2025.