-
Notifications
You must be signed in to change notification settings - Fork 343
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
Add the ability to disable the validate_bucket_name check #615
Add the ability to disable the validate_bucket_name check #615
Conversation
Build succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change @href, could you please add a changelog fragment to tell users about the new option?
The code lgtm
I added a fragment, I hope it's adequate. |
Build failed.
|
The AWS bucket naming rules are not necessarily enforced on all S3 implementations. Where the rules are not enforced, the validation can now be disabled (it is still on by default). Resolves ansible-collections#593.
Build failed.
|
recheck |
Build succeeded.
|
Build succeeded (gate pipeline).
|
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #662 🤖 @patchback |
Add the ability to disable the validate_bucket_name check The AWS bucket naming rules are not necessarily enforced on all S3 implementations. Where the rules are not enforced, the validation can now be disabled (it is still on by default). Resolves #593. Reviewed-by: Jill R <None> (cherry picked from commit e802ef6)
[PR #615/e802ef67 backport][stable-3] Add the ability to disable the validate_bucket_name check This is a backport of PR #615 as merged into main (e802ef6). The AWS bucket naming rules are not necessarily enforced on all S3 implementations. Where the rules are not enforced, the validation can now be disabled (it is still on by default). Resolves #593.
The AWS bucket naming rules are not necessarily enforced on all S3 implementations. Where the rules are not enforced, the validation can now be disabled (it is still on by default).
Resolves #593.