Skip to content

Commit 70afb5d

Browse files
committed
updated README
1 parent e4f4feb commit 70afb5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# postgres-aws-s3
22

3-
Starting on Postgres version 11.1, AWS RDS added [support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) for S3 import using the extension `aws_s3`.
4-
It allows to import data from S3 within Postgres using the function `aws_s3.table_import_from_s3`.
3+
Starting on Postgres version 11.1, AWS RDS added [support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html#USER_PostgreSQL.S3Import.FileFormats) for S3 import using the extension `aws_s3`. It allows to import data from S3 within Postgres using the function `aws_s3.table_import_from_s3` and export the data to S3 using the function `aws_s3.query_export_to_s3`.
54

65
In order to support development either on RDS or locally, we implemented our own `aws_s3` extension that is similar to
76
the one provided in RDS. It was implemented in Python using the boto3 library.

0 commit comments

Comments
 (0)