Skip to main content
13-Aquamarine
July 9, 2019
Question

File transfer between Thingworx and AWS

  • July 9, 2019
  • 2 replies
  • 1401 views

Do we have solution for moving files from Thingworx to AWS(S3 for example). And which tools we can use for implement this one?

2 replies

1-Visitor
July 9, 2019

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.

and113-AquamarineAuthor
13-Aquamarine
July 16, 2019

Do we have already created S3 FileRepository extension?