Skip to content

Commit d802bb1

Browse files
committed
[s3] fix typo in README.adoc
Signed-off-by: Andrea Cioni <[email protected]>
1 parent bd13947 commit d802bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-s3/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ There is also an additional option to set the `bufferSize` which is the size of
107107

108108
=== Alternative reader
109109

110-
Instead `S3ItemReader` you can also use `FlatFileItemReader` with `InputStreamResources` to read files from S3 as well.
111-
To do so this package exposes a `S3InputStreamResource` that can be used for that purpose. Below an example:
110+
Instead of `S3ItemReader` you can also use `FlatFileItemReader` with `InputStreamResources` to read files from S3 as well.
111+
To do so this package exposes a `S3InputStream` that can be used for that purpose. Below an example:
112112

113113
[source,java]
114114
----

0 commit comments

Comments
 (0)