#Module '"bun"' has no exported member 'S3Client'.
1 messages · Page 1 of 1 (latest)
do you have a @types/bun package by any chance (and do you have Bun types working normally)
yeah I do have @types/bun package.
it actually working normally on my old bun project
then I just upgrade my Bun so I can use the bun S3 to replace the AWS s3
maybe restarting ts server/vscode was all you needed
will try this
oh it works HAHAH thanks