Skip to content

Commit

Permalink
Add S3/GCS region to docs (#1581)
Browse files Browse the repository at this point in the history
* Add region to docs

As proposed in #1577

* Update project-files.md

* Update project-files.md
  • Loading branch information
marcelteraflow authored and bcolloran committed Mar 6, 2023
1 parent a781d51 commit 863d351
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/references/project-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ In your Rill project directory, create a `source.yaml` file in the `sources` dir
— the _local path_ of the connector you are using for the source relative to your project's root directory. _(required for type: file)_
- _`/path/to/file.csv`_ — the path to your file

**`region`**
— Optionally sets the cloud region of the bucket you want to connect to. Only available for S3.
- _`us-east-1`_ — the cloud region identifer

See our Using Rill guide for an [example](../using-rill/import-data#using-code).

## Model transformation
Expand Down

0 comments on commit 863d351

Please sign in to comment.