zapier / zapier-platform

The SDK for you to build an integration on Zapier
https://platform.zapier.com
Other
344 stars 188 forks source link

PDE-5184 fix(core) - Add base64 encoding before uploading to s3 #824

Closed standielpls closed 3 months ago

standielpls commented 3 months ago

Currently when using this autostashing payload feature, if the perform call returns non-ascii characters, it won't stash. This MR encodes the data before uploading and we can decode on the way out.

Planning to release this on 15.11.1, so the backend should account for this by only decode when zpc@15.11.1.