Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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
Solved! Go to Solution.
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
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