Skip to content

fix(plugin): Remove AWS region validation #45

Merged
hugoghx merged 2 commits intomainfrom
hugo-rm-region-validation
Jul 15, 2024
Merged

fix(plugin): Remove AWS region validation #45
hugoghx merged 2 commits intomainfrom
hugo-rm-region-validation

Conversation

@hugoghx
Copy link
Copy Markdown
Contributor

@hugoghx hugoghx commented Jul 10, 2024

The check in PartitionForRegion was a static check against a list of
known regions. This would cause an error if the SDK was not up-to-date.

hugoghx added 2 commits July 10, 2024 17:54
The check in `PartitionForRegion` was a static check against a list of
known regions. This would cause an error if the SDK was not up-to-date.
@hugoghx hugoghx self-assigned this Jul 10, 2024
Comment thread go.mod

require (
github.com/aws/aws-sdk-go v1.44.80
github.com/aws/aws-sdk-go-v2 v1.20.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to update this version?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do this as a separate PR after hashicorp/go-secure-stdlib#128 is merged 👍

Copy link
Copy Markdown
Contributor

@louisruch louisruch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hugoghx hugoghx merged commit 88798fb into main Jul 15, 2024
@hugoghx hugoghx deleted the hugo-rm-region-validation branch July 15, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants