feat: Support bucket_namespace#382
Conversation
## [5.11.0](v5.10.0...v5.11.0) (2026-03-19) ### Features * Support `bucket_namespace` ([#382](#382)) ([d220952](d220952))
|
This PR is included in version 5.11.0 🎉 |
|
@magreenbaum There was a breaking change in this PR.. you bumped aws provider to higher version which broke our stuff. Is that expected to not be documented in a new release of this module to bump AWS provider to newer version? We typically version our modules using |
|
@kriegster108 this change is not a breaking change - its a minor version bump which is required to support the feature at the point in which it was added to the provider. If something "broke" in your configuration, I would take a deeper look - this is a benign feature addition that should have no side effects |
Description
Support
bucket_namespaceaccount regional namespaces for general purpose buckets.Motivation and Context
bucket_namespaceargument hashicorp/terraform-provider-aws#46917Breaking Changes
No.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request