We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75313b5 commit 9eea241Copy full SHA for 9eea241
aws_s3--0.0.1.sql
@@ -263,8 +263,8 @@ $$;
263
CREATE OR REPLACE FUNCTION aws_s3.query_export_to_s3(
264
query text,
265
s3_info aws_commons._s3_uri_1,
266
- credentials aws_commons._aws_credentials_1 default null,
267
options text default null,
+ credentials aws_commons._aws_credentials_1 default null,
268
endpoint_url text default null,
269
OUT rows_uploaded bigint,
270
OUT files_uploaded bigint,
0 commit comments