Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Do we have solution for moving files from Thingworx to AWS(S3 for example). And which tools we can use for implement this one?
Your best path forward is to download the S3 SDK from AWS and create an extension ( based on a FileRepository is one option) that can take a file and send it to an S3 bucket. You will want to use a configuration table to allow you to specify a bucket key and maybe even your credential info.
Do we have already created S3 FileRepository extension?