S3 Uploads
Hey everyone! I am really wanting to implement the S3 protocol into my Supabase app. However I cannot get any of the multi-part uploads to work do to the lack of the ETag header being set on the response so all my uploads are failing. I see that the ETag is in the response from the network tab but it's not being applied to the content. I saw this GH thread but no progress on it so I wanted to ask in here!
https://github.com/supabase/supabase-js/issues/1362
https://github.com/supabase/supabase-js/issues/1362
GitHub
Bug report I confirm this is a bug with Supabase, not with my own application. I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug Similar to aws/aws-sdk-js-v3#570...