Skip to content

Commit ae8f37d

Browse files
committed
update note
1 parent 7c0002b commit ae8f37d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/wsh-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ URI format: `[profile]:[uri-scheme]://[connection]/[path]`
472472
473473
Supported URI schemes:
474474
475-
- `wsh`: Used to access files on remote hosts over SSH via the WSH helper. Allows for file streaming to Wave and other remotes.
475+
- `wsh` - Used to access files on remote hosts over SSH via the WSH helper. Allows for file streaming to Wave and other remotes.
476476
477477
Profiles are optional for WSH URIs, provided that you have configured the remote host in your "connections.json" or "~/.ssh/config" file.
478478
@@ -485,7 +485,7 @@ Supported URI schemes:
485485
`//[remote]/[path]` a path on a remote
486486
`/~/[path]` a path relative to the home directory on your local computer
487487
488-
- `s3`: Used to access files on S3-compatible systems.
488+
- `s3` - Used to access files on S3-compatible systems.
489489
Requires S3 credentials to be set up, either in the AWS CLI configuration files, or in "profiles.json" in the Wave configuration directory.
490490
491491
If no profile is provided, the default from your AWS CLI configuration will be used. Profiles from the AWS CLI must be prefixed with "aws:".
@@ -496,7 +496,7 @@ Supported URI schemes:
496496
- `aws:[profile]:s3://[bucket]/[path]`
497497
- `[profile]:s3://[bucket]/[path]`
498498
499-
- `wavefile`: Used to retrieve blockfiles from the internal Wave filesystem.
499+
- `wavefile` - Used to retrieve blockfiles from the internal Wave filesystem.
500500
501501
Format: `wavefile://[zoneid]/[path]`
502502

0 commit comments

Comments
 (0)