Skip to content
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

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

href
Copy link
Contributor

@href href commented Jan 14, 2022

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.

Copy link
Collaborator

@jillr jillr left a 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

@href
Copy link
Contributor Author

href commented Jan 21, 2022

I added a fragment, I hope it's adequate.

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.
@ansibullbot
Copy link

@ansibullbot ansibullbot added community_review module module needs_triage new_contributor Help guide this first time contributor plugins plugin (any type) labels Jan 27, 2022
@jillr jillr removed the needs_triage label Feb 8, 2022
@alinabuzachis
Copy link
Contributor

recheck

@alinabuzachis alinabuzachis added the backport-3 PR should be backported to the stable-3 branch label Feb 9, 2022
@alinabuzachis alinabuzachis added the mergeit Merge the PR (SoftwareFactory) label Feb 9, 2022
@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit e802ef6 into ansible-collections:main Feb 9, 2022
@patchback
Copy link

patchback bot commented Feb 9, 2022

Backport to stable-3: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-3/e802ef67f53716025307ab712a849ed1b300a6e5/pr-615

Backported as #662

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Feb 9, 2022
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)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Feb 9, 2022
[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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3 PR should be backported to the stable-3 branch community_review mergeit Merge the PR (SoftwareFactory) module module new_contributor Help guide this first time contributor plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bucket name validation is too eager and should be skippable
4 participants