Skip to content

Commit b84140e

Browse files
committed
Merge remote-tracking branch 'upstream/readme'
2 parents 5576e2b + 2b06a64 commit b84140e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ table_name | the name of the table
9191
column_list | list of columns to copy
9292
options | options passed to the COPY command in Postgres
9393
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
94-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
94+
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`.
9595
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
9696

9797
##### Example
@@ -284,7 +284,7 @@ Parameter | Description
284284
----------|------------
285285
query | query that returns the data to export
286286
s3_info | An aws_commons._s3_uri_1 composite type containing the bucket, file path and region information about the s3 object
287-
credentials | An aws_commons._aws_credentials_1 composite type containing the access key, secret key, session token credentials
287+
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`.
288288
options | options passed to the COPY command in Postgres
289289
endpoint_url | optional endpoint to use (e.g., `http://localhost:4566`)
290290

@@ -316,7 +316,7 @@ You can omit the credentials.
316316

317317
##### Example
318318

319-
#### Using the function table_import_from_s3 with all the parameters
319+
#### Using the function query_export_to_s3 with all the parameters
320320
```
321321
aws_s3.query_export_to_s3(
322322
query text,

0 commit comments

Comments
 (0)