Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

A reproduction of a bug in Bun's S3 client when listing objects from a production MinIO cluster

Notifications You must be signed in to change notification settings

AugustArchive/bun-s3-list-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a reproduction repository for `oven-sh/bun#19076`.

== Steps ==

1. Run the MinIO cluster that simulates what I am running with `./spawn-minio.sh`
   1.a. It'll setup a MinIO cluster with `somedummyaccesskey` as the access key ID and `somedummysecretkey` as the secret key. (`mc alias set repro/ http://localhost:9000 somedummyaccesskey somedummysecretkey`)
   1.b. The script will assume that the `default` bucket will exist, if you have `mc` setup, you can do `mc mb default`.
2. Run the `./list-objects.js` file with Bun 1.2.9 (if you're on NixOS, then launch in the `direnv` and run the command again).

About

A reproduction of a bug in Bun's S3 client when listing objects from a production MinIO cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published