I’m using S3 for object storage in a django app. Deploying my app configured to use s3 fails on some operations due to it using an endpoint url beginning with 'https://fly.storage.tigris.dev/". I have not configured this endpoint url — however, I did earlier try out Tigris and create a bucket of the same name as my s3 bucket, which I subsequently deleted. Could Fly be adding an endpoint url into my environment? Why? How do I get rid of it?
[update: it was a configuration error on my end.]