File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments