Hoping somone can help me out here. I'm trying to take a full backup of our Netsuite file cabinet to Amazon S3 bucket. My plan was upload the files using signed URLs, however I'm running into issues with binary files, for example images, PDFs, etc.
AWS expects the format as binary, not a base64 encoded string that file.getContents() returns. Does anyone have advice on converting the bas64 encoded string to a binary format that S3 Will accept?