Skip to content

feat(stackable-operator/s3connection): Add region field defaulting to us-east-1 #959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 21, 2025

Conversation

NickLarsenNZ
Copy link
Member

@NickLarsenNZ NickLarsenNZ commented Feb 12, 2025

Description

Part of stackabletech/docker-images#971.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
# Author
- [x] CRD changes approved: https://github.com/stackabletech/decisions/issues/46
- [x] Integration tests passed (for non trivial changes)
# Reviewer
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [x] Proper release label has been added

@NickLarsenNZ NickLarsenNZ self-assigned this Feb 12, 2025
@NickLarsenNZ NickLarsenNZ changed the title feat(stackable-operator/s3connection: Add region field defaulting to us-east-1 feat(stackable-operator/s3connection): Add region field defaulting to us-east-1 Feb 12, 2025
@NickLarsenNZ NickLarsenNZ force-pushed the feat/s3-connection-region branch from 742dcd8 to 46f9d75 Compare February 12, 2025 15:51
@NickLarsenNZ
Copy link
Member Author

A decision item has been raised: https://github.com/stackabletech/decisions/issues/46

…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).
@NickLarsenNZ NickLarsenNZ force-pushed the feat/s3-connection-region branch from 46f9d75 to a8f87a8 Compare February 14, 2025 10:06
@NickLarsenNZ NickLarsenNZ marked this pull request as ready for review February 21, 2025 10:13
Techassi

This comment was marked as outdated.

@NickLarsenNZ
Copy link
Member Author

Also, we should add an entry to the changelog.

Done in d7bab12

@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Feb 21, 2025
Merged via the queue into main with commit b0bfc32 Feb 21, 2025
10 checks passed
@NickLarsenNZ NickLarsenNZ deleted the feat/s3-connection-region branch February 21, 2025 10:32
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants