Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
It's possible to use an AWS S3 bucket as storage for Windchill vaults : Configuring Windchill File Vaults to Use Amazon S3 (ptc.com)
But there are no property to change the default URL of the S3 bucket (https://[bucket_name].s3.amazonaws.com) to use a S3 compatible storage available with other cloud providers like OVHCloud or Scaleway.
Additionally, it would be great to use a software like MinIO to use S3 object storage in a private cloud or on-premises environment.
Regarding the use of MinIO, it’s a great option for creating an S3-compatible object storage in a private cloud or on-premises environment. MinIO is an open-source platform that can be deployed on a variety of infrastructures and is compatible with the S3 API, making it a versatile choice for your storage needs. You can set up MinIO on Linux, Docker, Kubernetes, and even on cloud platforms to create a private object storage system that mimics the behavior of AWS S3.