Skip to content

Commit 49ec667

Browse files
authored
Fix typo in parameter (#19377)
1 parent 6ff8fb0 commit 49ec667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/examples/aws/aws-sdk-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To mitigate, users can use `2.29.52` or add the following to their S3Config:
1717

1818
```java
1919
this.requestChecksumCalculation = "when_required",
20-
this.esponseChecksumValidation = "when_required"
20+
this.responseChecksumValidation = "when_required"
2121
```
2222

2323
:::

0 commit comments

Comments
 (0)