We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd13947 commit d802bb1Copy full SHA for d802bb1
spring-batch-s3/README.adoc
@@ -107,8 +107,8 @@ There is also an additional option to set the `bufferSize` which is the size of
107
108
=== Alternative reader
109
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:
+Instead of `S3ItemReader` you can also use `FlatFileItemReader` with `InputStreamResources` to read files from S3 as well.
+To do so this package exposes a `S3InputStream` that can be used for that purpose. Below an example:
112
113
[source,java]
114
----
0 commit comments