You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
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.
4
4
It allows to import data from S3 within Postgres using the function `aws_s3.table_import_from_s3`.
5
5
6
-
In order to support development either on RDS or locally, we implemented our own aws_s3 extension that will be similar to
6
+
In order to support development either on RDS or locally, we implemented our own `aws_s3` extension that is similar to
7
7
the one provided in RDS. It was implemented in Python using the boto3 library.
8
8
9
9
## Installation
@@ -12,7 +12,8 @@ On MacOS, this can be done as follows:
0 commit comments