File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
- v1.0.4
2
- ======
3
- * Added support for aws_s3.query_export_to_s3 #12 [ @darthbear ]
4
-
5
- v1.0.3
6
- ======
7
- * Fix for current postgres 12.* and s3 #11 [ @phileon ]
8
-
9
- v1.0.2
10
- ======
11
- * Made column_list as optional parameter #6 [ @oyarushe ]
12
-
13
- v1.0.1
1
+ v1.0.0
14
2
======
15
3
16
4
* Added support of using custom S3 endpoint URL #4 [ @oyarushe ]
17
5
* Add support for MinIO #3 [ @huiser ]
6
+ * Made column_list as optional parameter #6 [ @oyarushe ]
7
+ * Fix for current postgres 12.* and s3 #11 [ @phileon ]
8
+ * Added support for aws_s3.query_export_to_s3 #12 [ @darthbear ]
9
+ * Fix uploaded records to ignore header #23 (https://github.com/chimpler/postgres-aws-s3/pull/23 ) [ @tzachshabtay ]
10
+ * Minor Readme fixes + enhancements #21 (https://github.com/chimpler/postgres-aws-s3/pull/21 ) [ @GRBurst ]
11
+ * import support multi-file and directorys #1 (https://github.com/radondb/postgres-aws-s3/pull/1 ) [ @yanboer ]
12
+ * export not override file, if file exists will add _ part{n} suffix #1 (https://github.com/radondb/postgres-aws-s3/pull/1 ) [ @yanboer ]
13
+ * import and export add read_timeout param #1 (https://github.com/radondb/postgres-aws-s3/pull/1 ) [ @yanboer ]
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ WORKDIR /tmp/extension
6
6
RUN apt-get update \
7
7
&& apt-get -y install python3 python3-pip postgresql-plpython3-13 make
8
8
RUN pip3 install boto3
9
- COPY aws_s3--0 .0.1 .sql aws_s3.control Makefile ./
9
+ COPY aws_s3--1 .0.0 .sql aws_s3.control Makefile ./
10
10
RUN make install
You can’t perform that action at this time.
0 commit comments