You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(stackable-operator/s3connection: Make the region field more complex to cater to the various use-cases:
1. Using S3 buckets from within AWS (users can choose to auto-discover via IMDS)
2. Using S3 buckets from outside AWS (users can choose the default, or set an optimal region based on the clients location).
3. Not using AWS S3 buckets, eg: MinIO or IONOS (users can ignore setting the field and the default region will be set to keep the AWS SDK happy, even though the region is not used for bucket operations).
0 commit comments