-
Notifications
You must be signed in to change notification settings - Fork 3.1k
s3 list function #16495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When Bun supports this, I can remove the aws-sdk from my application entirely! |
IMHO a full S3 implementation would be nice. There are so many things that the S3 client in bun does not implement, unfortunately |
@AmazingTurtle Strong agree - even if it's a header override (for content-disposition and the like) that's of type |
bump as list() is so crucial |
What is the problem this feature would solve?
There's a function on the AWS S3 NPM package that allows you to list all of the items in a directory/path. Bun version doesn't have this.
What is the feature you are proposing to solve the problem?
there should be an s3 list function to see a list of objects in a path
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: