Skip to content

Commit 2616af9

Browse files
committed
updated README
1 parent 0bdfc81 commit 2616af9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# aws_s3
1+
# 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.
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`.
44
It allows to import data from S3 within Postgres using the function `aws_s3.table_import_from_s3`.
55

66
In order to support development either on RDS or locally, we implemented our own `aws_s3` extension that is similar to
@@ -12,9 +12,9 @@ On MacOS, this can be done as follows:
1212

1313
sudo /usr/bin/easy_install boto3
1414

15-
Then clone the repository `aws_s3``:
15+
Then clone the repository `postgres-aws-s3`:
1616

17-
git clone [email protected]:chimpler/aws_s3
17+
git clone [email protected]:chimpler/postgres-aws-s3
1818

1919
Make sure that `pg_config` can be run:
2020
```
@@ -30,7 +30,7 @@ LIBDIR = /Applications/Postgres.app/Contents/Versions/11/lib
3030
...
3131
```
3232

33-
Then install `aws_s3`:
33+
Then install `postgres-aws-s3`:
3434

3535
make install
3636

0 commit comments

Comments
 (0)