Skip to content

Commit 67e6319

Browse files
committed
Deploying to gh-pages from @ dedd807 🚀
1 parent d950672 commit 67e6319

4 files changed

Lines changed: 12 additions & 14 deletions

File tree

config/blob-store.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,12 @@ <h2 id="s3"><a class="header" href="#s3">S3</a></h2>
220220
option:
221221
format: "csv"
222222
</code></pre>
223-
<p>Note that AWS region needs to be manually specified through <code>AWS_REGION</code>
224-
environment variable.</p>
225-
<p>To configure S3 credentials, you can use IAM role or set the following
226-
environment variables if you are using IAM user:</p>
223+
<p>To configure S3 credentials, you can set the following environment variables:</p>
227224
<ul>
228-
<li><code>AWS_SECRET_ACCESS_KEY</code></li>
229-
<li><code>AWS_ACCESS_KEY_ID</code></li>
225+
<li><code>AWS_ENDPOINT_URL</code>: The endpoint URL for your S3 provider</li>
226+
<li><code>AWS_REGION</code>: The region where your S3 bucket is located</li>
227+
<li><code>AWS_SECRET_ACCESS_KEY</code>: The secret access key from your S3 provider</li>
228+
<li><code>AWS_ACCESS_KEY_ID</code>: The access key ID from your S3 provider</li>
230229
</ul>
231230
<h2 id="gcs"><a class="header" href="#gcs">GCS</a></h2>
232231
<p>ROAPI can build tables from datasets hosted in GCS buckets. Configuration is

print.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -747,13 +747,12 @@ <h2 id="s3"><a class="header" href="#s3">S3</a></h2>
747747
option:
748748
format: "csv"
749749
</code></pre>
750-
<p>Note that AWS region needs to be manually specified through <code>AWS_REGION</code>
751-
environment variable.</p>
752-
<p>To configure S3 credentials, you can use IAM role or set the following
753-
environment variables if you are using IAM user:</p>
750+
<p>To configure S3 credentials, you can set the following environment variables:</p>
754751
<ul>
755-
<li><code>AWS_SECRET_ACCESS_KEY</code></li>
756-
<li><code>AWS_ACCESS_KEY_ID</code></li>
752+
<li><code>AWS_ENDPOINT_URL</code>: The endpoint URL for your S3 provider</li>
753+
<li><code>AWS_REGION</code>: The region where your S3 bucket is located</li>
754+
<li><code>AWS_SECRET_ACCESS_KEY</code>: The secret access key from your S3 provider</li>
755+
<li><code>AWS_ACCESS_KEY_ID</code>: The access key ID from your S3 provider</li>
757756
</ul>
758757
<h2 id="gcs"><a class="header" href="#gcs">GCS</a></h2>
759758
<p>ROAPI can build tables from datasets hosted in GCS buckets. Configuration is

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)