Example S3 code is invalid.
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 78/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- java
- Domain
- documentation
Research direction
Start with themes/default/content/registry/packages/aws/api-docs/s3/bucketpolicy/_index.md and inspect the Java S3 bucket policy example. Verify the argument type and redundant applyValue usage against the surrounding API documentation, then confirm the corrected example compiles.
Written by the indexing model from the issue text.
Description
File: themes/default/content/registry/packages/aws/api-docs/s3/bucketpolicy/_index.md
The example provided for S3 bucket policy in Java is invalid. GetPolicyDocumentStatementArgs does not accept a List of Output<String> (List<Output<String>>) as the example implies. Instead it accepts Output<List<String>>. Current solution cannot be used at all, since it won't compile.
.applyValue(getPolicyDocumentResult -> getPolicyDocumentResult) is redundant. It does not mutate or does anything to the value itself.
- Dominant language
- Java
- Stars
- 85
- Forks
- 26
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 22
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from pulumi/pulumi-java
-
area/codegen area/sdks impact/usability language/java pulumi/pulumi-java
Difficulty 4/5 3-5 days Newbie friendliness 45/100
pulumi/pulumi-java#2266 ·
-
area/codegen
Difficulty 4/5 3-5 days Newbie friendliness 58/100
pulumi/pulumi-java#2210 ·
-
area/codegen kind/bug
Difficulty 4/5 3-5 days Newbie friendliness 56/100
pulumi/pulumi-java#2201 ·
-
area/sdks impact/usability java language/java
Difficulty 4/5 3-5 days Newbie friendliness 45/100
pulumi/pulumi-java#2090 ·
-
area/automation-api java kind/enhancement language/java
Difficulty 5/5 Over a week Newbie friendliness 35/100
pulumi/pulumi-java#2083 · 3 comments · 5 reactions ·
All issues in pulumi/pulumi-java
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
objectionary/hone-maven-plugin#1061 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
spring-projects/spring-modulith#1895 ·