Skip to content

Commit 2b06a64

Browse files
committed
Minor Readme fixes + enhancements.
Signed-off-by: GRBurst <GRBurst@protonmail.com>
1 parent 4f601ab commit 2b06a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ table_name | the name of the table
8989
column_list | list of columns to copy
9090
options | options passed to the COPY command in Postgres
9191
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
92-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
92+
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials. To omit a value, set it `null`.
9393
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
9494

9595
##### Example
@@ -282,7 +282,7 @@ Parameter | Description
282282
----------|------------
283283
query | query that returns the data to export
284284
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
285-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
285+
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials. To omit a value, set it `null`.
286286
options | options passed to the COPY command in Postgres
287287
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
288288

@@ -314,7 +314,7 @@ You can omit the credentials.
314314

315315
##### Example
316316

317-
#### Using the function table_import_from_s3 with all the parameters
317+
#### Using the function query_export_to_s3 with all the parameters
318318
```
319319
aws_s3.query_export_to_s3(
320320
query text,

0 commit comments

Comments
 (0)