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

Confusing documentation for create_bucket function #3775

Closed
kalyank23 opened this issue Jul 6, 2023 · 2 comments
Closed

Confusing documentation for create_bucket function #3775

kalyank23 opened this issue Jul 6, 2023 · 2 comments
Assignees
Labels
documentation This is a problem with documentation. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue s3

Comments

@kalyank23
Copy link

Describe the issue

It was mentioned that 'public-read' can be passed to ACL parameter in create_bucket function, but if passed then getting error as mentioned in the below link

https://stackoverflow.com/questions/76629269/confusing-documentation-from-python-boto3-to-create-bucket?noredirect=1#comment135105828_76629269

Please update the documentation to reflect correct details.

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/create_bucket.html

@kalyank23 kalyank23 added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Jul 6, 2023
@kalyank23
Copy link
Author

As per my understanding, boto3 is yet to catch up with the latest changes from AWS S3.

https://stackoverflow.com/questions/76026251/cloudformation-keeps-throwing-invalidbucketaclwithblockpublicaccesserror-for-my

@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Jul 6, 2023
@RyanFitzSimmonsAK RyanFitzSimmonsAK added investigating This issue is being investigated and/or work is in progress to resolve the issue. s3 p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jul 6, 2023
@RyanFitzSimmonsAK
Copy link
Contributor

Hi @kalyank23, thanks for raising this issue. I was able to reproduce this; any ACL other than 'private' results in an error. The documentation models are auto-generated by service teams, so I've reached out to the documentation team to address this. Since this affects all SDKs, I've created an issue in our cross-SDK repository (aws/aws-sdk#565) to track this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue s3
Projects
None yet
Development

No branches or pull requests

2 participants