Skip to content

Commit

Permalink
docs: Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 1, 2023
1 parent 5a707b3 commit fd2dc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/src/docs/asciidoc/db-import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The `db-import` command imports data from a relational database into Redis.

NOTE: Ensure RIOT has the relevant JDBC driver for your database.
See the <<_jdbc_drivers,JDBC drivers>> section for more details.
See the <<_database_drivers,Drivers>> section for more details.

[source]
----
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/src/docs/asciidoc/file-import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ For AWS S3 buckets you can specify access and secret keys as well as the region

[source]
----
riot import s3://my-bucket/path/file.json --s3-region us-west-1 --s3-access xxxxxx --s3-secret xxxxxx
riot file-import s3://my-bucket/path/file.json --s3-region us-west-1 --s3-access xxxxxx --s3-secret xxxxxx
----

For Google Cloud Storage you can specify credentials and project id for the bucket:

[source]
----
riot import gs://my-bucket/path/file.json --gcs-key-file key.json --gcs-project-id my-gcp-project
riot file-import gs://my-bucket/path/file.json --gcs-key-file key.json --gcs-project-id my-gcp-project
----

[[_file_import_formats]]
Expand Down

0 comments on commit fd2dc60

Please sign in to comment.