I have a working S3 resource set up in retool -- I'm able to upload a text file to S3.
I can't figure out how to upload an image from filepicker. Can I plug in the FilePicker file data as a "binary" type into the S3 uploader? Related, the binary type on S3 Uploader seems to either be broken or not compatible with filepicker (related post)
It's possible that filePicker.file.data needs to be converted to some other format for binary uploads? Any help is appreciated.