File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ psql> SET aws_s3.endpoint_url TO 'http://localstack:4566';
221
221
222
222
You can also set the AWS credentials:
223
223
```
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';
226
226
psql> SET aws_s3.session_token TO 'dummy';
227
227
```
228
228
and then omit them from the function calls.
@@ -456,8 +456,11 @@ psql> SELECT * FROM new_animals;
456
456
* Oleksandr Yarushevskyi ([ @oyarushe ] ( https://github.com/oyarushe ) )
457
457
* Stephan Huiser ([ @huiser ] ( https://github.com/huiser ) )
458
458
* Jan Griesel ([ @phileon ] ( https://github.com/phileon ) )
459
+ * Matthew Painter ([ @mjgp2 ] ( https://github.com/mjgp2 ) )
460
+ * Justin Leto ([ @jleto ] ( https://github.com/jleto ) )
459
461
460
462
461
463
## Thanks
462
464
463
465
* Thomas Gordon Lowrey IV [ @gordol ] ( https://github.com/gordol )
466
+
You can’t perform that action at this time.
0 commit comments