Skip to content

Commit 3b7ee25

Browse files
authored
Update write2-s3.adoc
1 parent 77b03d5 commit 3b7ee25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/savanna/modules/graph-development/pages/advanced-features

modules/savanna/modules/graph-development/pages/advanced-features/write2-s3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Set your AWS credentials and query timeout in the GSQL Editor.
3636
set query_timeout=7200000;
3737
set s3_aws_access_key_id = <AWS_KEY_ID>;
3838
set s3_aws_secret_access_key = <AWS_ACCESS_KEY>;
39-
set s3_region = "<REGION>";
39+
set s3_region = <REGION>;
4040
----
4141

4242
[NOTE]

0 commit comments

Comments
 (0)