I am having trouble uploading images to s3 using bun and hono. #1497
Unanswered
thadkrugman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone. I am having a lot of trouble figuring out how to upload images to s3. I thought I finally had it all figured out and I got all the errors to go away but my images are not actually showing up in my bucket. I'm not sure if I'm just doing something wrong or if it is something hono or bun specific. Any help would be appreciated.
//s3.ts
// propertyRoutes.ts
//response from await uploadFile(nodeBuffer, imageName, imageUrls.type);
Beta Was this translation helpful? Give feedback.
All reactions