Hi there, I'm really hoping you can help me out.
I've got an AWS service set up which can provide a pre-signed upload url for saving images to an S3 Bucket. It's a REST PUT command, and I've got it working in Postman just fine, but I'm having trouble finding example code which would allow me to call it using BrightScript.
I know I should be using the roUrlTransfer object and PutFromFile?
Would you be able to provide me some example code?