Error setting S3 storage on Airbyte running on k8s with specific region

Summary

When setting S3 storage on Airbyte running on Kubernetes with region sa-east-1, an error is thrown regarding a specific endpoint.


Question

hey there!!

I’m trying to run airbyte on k8s…

bucket: ## S3 bucket names that you've created. We recommend storing the following all in one bucket.
  log: my-bucket
s3:
  region: "sa-east-1" ## e.g. us-east-1
  endpoint: "<https://s3.sa-east-1.amazonaws.com>"
  authenticationType: credentials # Use "credentials" or "instanceProfile"```
i've set the storage to s3, but my region is sa-east-1 and is throwing a error telling about a specific endpoint, anyone can help?

```connector-sidecar Caused by: software.amazon.awssdk.services.s3.model.S3Exception: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to │
│  this endpoint. (Service: S3, Status Code: 301```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1725889090251769) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["s3-storage", "kubernetes", "sa-east-1", "endpoint-error"]
</sub>