You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/05/04 13:04:10 UTC

[arrow-datafusion] branch asf-site updated: Publish built docs triggered by c615df886b3da677051fc23b7b3113a81ccd470a

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0c019e6345 Publish built docs triggered by c615df886b3da677051fc23b7b3113a81ccd470a
0c019e6345 is described below

commit 0c019e6345e7cf0b3f11ca2394e712a71818e3cf
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Thu May 4 13:04:05 2023 +0000

    Publish built docs triggered by c615df886b3da677051fc23b7b3113a81ccd470a
---
 _sources/user-guide/cli.md.txt | 1 +
 searchindex.js                 | 2 +-
 user-guide/cli.html            | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/_sources/user-guide/cli.md.txt b/_sources/user-guide/cli.md.txt
index afe3821b2d..beac0cc442 100644
--- a/_sources/user-guide/cli.md.txt
+++ b/_sources/user-guide/cli.md.txt
@@ -231,6 +231,7 @@ Details of the environment variables that can be used are:
 - AWS_SESSION_TOKEN -> token
 - AWS_CONTAINER_CREDENTIALS_RELATIVE_URI -> <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html>
 - AWS_ALLOW_HTTP -> set to "true" to permit HTTP connections without TLS
+- AWS_PROFILE -> Support for using a [named profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) to supply credentials
 
 ## Registering OSS Data Sources
 
diff --git a/searchindex.js b/searchindex.js
index 10981438ee..05b6e99e08 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/index", "contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "index", "user-guide/cli", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/index", "contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "index", "user-guide/cli", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use [...]
\ No newline at end of file
diff --git a/user-guide/cli.html b/user-guide/cli.html
index 6889bc0632..7f5c442a5e 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -591,6 +591,7 @@ DataFusion<span class="w"> </span>CLI<span class="w"> </span>v21.0.0
 <li><p>AWS_SESSION_TOKEN -&gt; token</p></li>
 <li><p>AWS_CONTAINER_CREDENTIALS_RELATIVE_URI -&gt; <a class="reference external" href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html">https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html</a></p></li>
 <li><p>AWS_ALLOW_HTTP -&gt; set to “true” to permit HTTP connections without TLS</p></li>
+<li><p>AWS_PROFILE -&gt; Support for using a <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html">named profile</a> to supply credentials</p></li>
 </ul>
 </section>
 <section id="registering-oss-data-sources">