Skip to main content
13-Aquamarine
February 27, 2019
Solved

Is there a way to put ThingWorx repositories in an Amazon S3 bucket?

  • February 27, 2019
  • 1 reply
  • 1629 views

We have ThingWorx installed on an AWS EC2 server and are interested in utilizing a S3 bucket for user repositories.  Can this be done?  If so, how?

 

-Tim

Best answer by AdamR

Hi Tim,

 

In the core platform this would not be possible. Repositories are restricted to a defined server directory.  S3 does have rest APIs so it would not be too difficult to create a couple of services to accomplish the same thing without the use of the built in repositories.

 

You could use the ContentLoaderFunctions resource to do the API calls or create an extension to do the same.

 

Thanks,
Adam

1 reply

AdamR14-AlexandriteAnswer
14-Alexandrite
February 28, 2019

Hi Tim,

 

In the core platform this would not be possible. Repositories are restricted to a defined server directory.  S3 does have rest APIs so it would not be too difficult to create a couple of services to accomplish the same thing without the use of the built in repositories.

 

You could use the ContentLoaderFunctions resource to do the API calls or create an extension to do the same.

 

Thanks,
Adam