Skip to content

Commit 4f601ab

Browse files
committed
Fixed SET and added contrib
1 parent b817be9 commit 4f601ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ psql> SET aws_s3.endpoint_url TO 'http://localstack:4566';
221221

222222
You can also set the AWS credentials:
223223
```
224-
psql> SET aws_s3.aws_s3.access_key_id TO 'dummy';
225-
psql> SET aws_s3.aws_s3.secret_key TO 'dummy';
224+
psql> SET aws_s3.access_key_id TO 'dummy';
225+
psql> SET aws_s3.secret_key TO 'dummy';
226226
psql> SET aws_s3.session_token TO 'dummy';
227227
```
228228
and then omit them from the function calls.
@@ -456,8 +456,11 @@ psql> SELECT * FROM new_animals;
456456
* Oleksandr Yarushevskyi ([@oyarushe](https://github.com/oyarushe))
457457
* Stephan Huiser ([@huiser](https://github.com/huiser))
458458
* Jan Griesel ([@phileon](https://github.com/phileon))
459+
* Matthew Painter ([@mjgp2](https://github.com/mjgp2))
460+
* Justin Leto ([@jleto](https://github.com/jleto))
459461

460462

461463
## Thanks
462464

463465
* Thomas Gordon Lowrey IV [@gordol](https://github.com/gordol)
466+

0 commit comments

Comments
 (0)