We have a use case where we have to generate one l...
# integrations
n
We have a use case where we have to generate one large Advanced PDF file to get them to a third party (cant change, won't change 🙂 ). We have written all the code but our file is about 130 mb. I wanted to store the file in AWS file store.  However, our compliance dept is saying we are required to use an Oracle product for this. Oracle has so many darn products but I am thinking that the one I need to look at is "*Oracle Cloud Storage"*.  Just curious if others had success with this before I start down that path by integrating NS to Oracle Cloud Storage. (cross-post with #C29HQS63G)
r
I see they have a s3 compatible api. BTW, 130 M might time out on you. It might be easier to concat 10 M files on the oracle side. you will also likely need a server listener unless oracle has a hook for NetSuite to save directly, which if they do would be really nice and a way to escape the 10 gig NS storage requirement. I know some poeple say they dont monitor this but at some point it could be an issue. If you need a rest type service on the oracle side to manage concat or other logic I would look at https://www.oracle.com/cloud-native/functions/
very similar to AWS lambdas
👍 1