Skip to content

Commit 04b1016

Browse files
authored
Merge pull request #26 from bgins/patch-1
Fix typos
2 parents 114d34b + 3c3eec6 commit 04b1016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setting-up/running-node/storage-providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bacalhau has two ways to make use of external storage providers: Sources and Pub
88
{% tab title="S3" %}
99
Bacalhau allows you to use S3 or any S3-compatible storage service as an input source. Users can specify files or entire prefixes stored in S3 buckets to be fetched and mounted directly into the job execution environment. This capability ensures that your jobs have immediate access to the necessary data. See the [S3 source specification](../../references/jobs/job/task/sources/s3.md) for more details.
1010

11-
To use the S3 source, you will have to to specify the mandatory name of the S3 bucket and the optional parameters Key, Filter, Region, Endpoint, VersionID and ChechsumSHA256.
11+
To use the S3 source, you will have to specify the mandatory name of the S3 bucket and the optional parameters Key, Filter, Region, Endpoint, VersionID and ChechsumSHA256.
1212

1313
Below is an example of how to define an S3 input source in YAML format:
1414

@@ -61,7 +61,7 @@ InputSources:
6161
{% tab title="Local" %}
6262
The Local input source allows Bacalhau jobs to access files and directories that are already present on the compute node. This is especially useful for utilizing locally stored datasets, configuration files, logs, or other necessary resources without the need to fetch them from a remote source, ensuring faster job initialization and execution. See the [Local source specification](../../references/jobs/job/task/sources/local.md) for more details.
6363

64-
To use a local data source, you will have to to:
64+
To use a local data source, you will have to:
6565

6666
1. Enable the use of local data when configuring the node itself by using the `Compute.AllowListedLocalPaths` configuration key, specifying the file path and access mode. For example
6767

@@ -87,7 +87,7 @@ InputSources:
8787
{% tab title="URL" %}
8888
The URL Input Source provides a straightforward method for Bacalhau jobs to access and incorporate data available over HTTP/HTTPS. By specifying a URL, users can ensure the required data, whether a single file or a web page content, is retrieved and prepared in the job's execution environment, enabling direct and efficient data utilization. See the [URL source specification](../../references/jobs/job/task/sources/url.md) for more details.
8989

90-
To use a URL data source, you will have to to specify only URL parameter, as in the part of the declarative job description below:
90+
To use a URL data source, you will have to specify only URL parameter, as in the part of the declarative job description below:
9191

9292
```
9393
InputSources:

0 commit comments

Comments
 (0)