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

aws_s3_bucket_info/test: reduce the size of the bucket name #611

Conversation

goneri
Copy link
Member

@goneri goneri commented Jun 28, 2021

Depends-On: ansible/ansible-zuul-jobs#975

SUMMARY

This to avoid the following error: the length of an S3 bucket cannot exceed 63 characters

e.g: https://750481db341eaba0eeaa-e40c8df6565c395c864078b174c76972.ssl.cf5.rackcdn.com/610/532545f78724a305a7b9dc4e609d6ec55a434982/check/ansible-test-cloud-integration-aws-py36_3_of_3/4f187e0/job-output.txt

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

@ansibullbot
Copy link

@ansibullbot ansibullbot added bug This issue/PR relates to a bug community_review integration tests/integration needs_triage plugins plugin (any type) python3 small_patch Hopefully easy to review tests tests labels Jun 28, 2021
@goneri
Copy link
Member Author

goneri commented Jun 28, 2021

recheck

2 similar comments
@goneri
Copy link
Member Author

goneri commented Jun 28, 2021

recheck

@goneri
Copy link
Member Author

goneri commented Jun 28, 2021

recheck

@goneri goneri added the gate label Jun 28, 2021
This to avoid the following error: `the length of an S3 bucket cannot exceed 63 characters`

Co-Author: Mark Chappell <[email protected]>
@goneri goneri force-pushed the aws_s3_bucket_info-test-reduce-the-size-of-the-bucket-name_21108 branch from 7e3e495 to 96c6b42 Compare June 29, 2021 17:57
@ansible-zuul ansible-zuul bot removed the gate label Jun 29, 2021
@goneri goneri added the gate label Jun 29, 2021
@goneri goneri closed this Jul 2, 2021
@goneri goneri reopened this Jul 2, 2021
@goneri goneri added gate and removed gate labels Jul 2, 2021
@goneri goneri closed this Jul 8, 2021
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request May 25, 2022
s3_bucket - enable ACL management

SUMMARY

Enable ACL management for S3 bucket
ansible-collections#573

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

s3_bucket
ADDITIONAL INFORMATION



- amazon.aws.s3_bucket:
      name: mybucket
      acl: public-read-write
      state: present

Reviewed-by: Jill R <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug community_review integration tests/integration needs_triage plugins plugin (any type) python3 small_patch Hopefully easy to review tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants