Skip to content

Commit 9eea241

Browse files
committed
change parameter oder to align function with aws.
1 parent 75313b5 commit 9eea241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_s3--0.0.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ $$;
263263
CREATE OR REPLACE FUNCTION aws_s3.query_export_to_s3(
264264
query text,
265265
s3_info aws_commons._s3_uri_1,
266-
credentials aws_commons._aws_credentials_1 default null,
267266
options text default null,
267+
credentials aws_commons._aws_credentials_1 default null,
268268
endpoint_url text default null,
269269
OUT rows_uploaded bigint,
270270
OUT files_uploaded bigint,

0 commit comments

Comments
 (0)