cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

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

Timo697
12-Amethyst

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

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

1 ACCEPTED SOLUTION

Accepted Solutions
AdamR
12-Amethyst
(To:Timo697)

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

View solution in original post

1 REPLY 1
AdamR
12-Amethyst
(To:Timo697)

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

Top Tags