@@ -27,21 +27,21 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
27
27
#### Docker
28
28
29
29
We publish three flavours of the docker image:
30
- - Pull the ` :2.2.1 ` tag if you only need GZip output format
31
- - Pull the ` :2.2.1 -lzo ` tag if you also need LZO output format
32
- - Pull the ` :2.2.1 -distroless ` tag for an lightweight alternative to ` :2.2.1 `
30
+ - Pull the ` :2.2.3 ` tag if you only need GZip output format
31
+ - Pull the ` :2.2.3 -lzo ` tag if you also need LZO output format
32
+ - Pull the ` :2.2.3 -distroless ` tag for an lightweight alternative to ` :2.2.3 `
33
33
34
34
35
35
``` bash
36
- docker run snowplow/snowplow-s3-loader:2.2.1 --help
37
- docker run snowplow/snowplow-s3-loader:2.2.1 -lzo --help
38
- docker run snowplow/snowplow-s3-loader:2.2.1 -distroless --help
36
+ docker run snowplow/snowplow-s3-loader:2.2.3 --help
37
+ docker run snowplow/snowplow-s3-loader:2.2.3 -lzo --help
38
+ docker run snowplow/snowplow-s3-loader:2.2.3 -distroless --help
39
39
```
40
40
41
41
#### Download jar
42
42
43
43
``` bash
44
- curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.2.1 /snowplow-s3-loader-2.2.1 .jar
44
+ curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.2.3 /snowplow-s3-loader-2.2.3 .jar
45
45
java -jar snowplow-s3-loader.jar --help
46
46
```
47
47
@@ -68,7 +68,7 @@ $ sudo apt-get install lzop liblzo2-dev
68
68
The Snowplow S3 Loader has the following command-line interface:
69
69
70
70
```
71
- snowplow-s3-loader: Version 2.2.1
71
+ snowplow-s3-loader: Version 2.2.3
72
72
73
73
Usage: snowplow-s3-loader [options]
74
74
@@ -88,7 +88,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
88
88
Next, start the sink, making sure to specify your new config file:
89
89
90
90
``` bash
91
- $ java -jar snowplow-s3-loader-2.2.1 .jar --config my.conf
91
+ $ java -jar snowplow-s3-loader-2.2.3 .jar --config my.conf
92
92
```
93
93
94
94
## Find out more
@@ -114,7 +114,7 @@ limitations under the License.
114
114
[ travis-image ] : https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
115
115
[ travis ] : http://travis-ci.org/snowplow/snowplow-s3-loader
116
116
117
- [ release-image ] : http://img.shields.io/badge/release-2.2.1 -blue.svg?style=flat
117
+ [ release-image ] : http://img.shields.io/badge/release-2.2.3 -blue.svg?style=flat
118
118
[ releases ] : https://github.com/snowplow/snowplow-s3-loader/releases
119
119
120
120
[ license-image ] : http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
0 commit comments