You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a feature request and questions should be posted in the Community Forum
I searched issues and couldn’t find anything (or linked relevant results below)
Problem
We strongly discourage using Companion just for S3 signing if aren't using Companion already. But when you need to implement it for you own backend, we require an embarrassing amount of almost 600 lines of complex code (client, server).
Export the logic from the package so they only need to write a couple lines of code. This might make more sense if there are likely edge cases where people need to do other things than what our code does.
The text was updated successfully, but these errors were encountered:
Initial checklist
Problem
We strongly discourage using Companion just for S3 signing if aren't using Companion already. But when you need to implement it for you own backend, we require an embarrassing amount of almost 600 lines of complex code (client, server).
When you use companion, it's as simple as this:
Solution
Why don't we force people to have the exact same endpoints as Companion? Then we only have to rename
companionUrl
and they can do this:Alternatives
Export the logic from the package so they only need to write a couple lines of code. This might make more sense if there are likely edge cases where people need to do other things than what our code does.
The text was updated successfully, but these errors were encountered: