Using both AWS and Tigris in one application

Much like this question… I’m hoping to use AWS and Tigris. How am I supposed to configure the AWS credentials I use to interact with S3 proper, alongside the AWS credentials used to interact with Tigris?

If I understood you correctly, in your application you will have two places where you will initialize AWS S3 Client. One of them will connect to AWS and one of them will connect to Tigris.

If this is right. You can have your own custom set of secrets setup in Fly and configure two different clients differently with right set of credentials.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.