Trying to build a Endpoint connector to OCI Object storage

Hello @tylerlamparter , I need to create a flow where data is taken from our internal API (JSON), converted to a CSV file, and then dumped into OCI. The data size is below 10KB.
Should we follow the same approach you shared here sending the CSV to NetSuite first and then importing it into OCI? Or would you suggest a different method?
Your insights would be greatly appreciated.

You'll need to use the NetSuite intermediate step so that the file is available as a blob (and you have the blob size) that can then be sent as binary to OCI.

Thanks @tylerlamparter