File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ URI format: `[profile]:[uri-scheme]://[connection]/[path]`
472
472
473
473
Supported URI schemes:
474
474
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.
476
476
477
477
Profiles are optional for WSH URIs, provided that you have configured the remote host in your "connections.json" or "~/.ssh/config" file.
478
478
@@ -485,7 +485,7 @@ Supported URI schemes:
485
485
`//[remote]/[path]` a path on a remote
486
486
`/~/[path]` a path relative to the home directory on your local computer
487
487
488
- - `s3`: Used to access files on S3-compatible systems.
488
+ - `s3` - Used to access files on S3-compatible systems.
489
489
Requires S3 credentials to be set up, either in the AWS CLI configuration files, or in "profiles.json" in the Wave configuration directory.
490
490
491
491
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:
496
496
- `aws:[profile]:s3://[bucket]/[path]`
497
497
- `[profile]:s3://[bucket]/[path]`
498
498
499
- - `wavefile`: Used to retrieve blockfiles from the internal Wave filesystem.
499
+ - `wavefile` - Used to retrieve blockfiles from the internal Wave filesystem.
500
500
501
501
Format: `wavefile://[zoneid]/[path]`
502
502
You can’t perform that action at this time.
0 commit comments