Skip to content

Commit

Permalink
docs formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alamminsalo authored and alamminsalo committed Nov 12, 2024
1 parent 3b70206 commit 5a18b12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/sources-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ Martin supports authenticated S3 sources using environment variables.

Environment variables that need to be set:

- AWS_REGION
- `AWS_REGION`

By default, the credentials try for default profile or environment variables. Environment variables that can to be set:

- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_SESSION_TOKEN
- AWS_PROFILE (to specify profile instead of access key variables)
- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`
- `AWS_SESSION_TOKEN`
- `AWS_PROFILE` (to specify profile instead of access key variables)

Example configuration:

```
```yaml
pmtiles:
sources:
tiles: s3://bucket/path/to/tiles.pmtiles
Expand Down

0 comments on commit 5a18b12

Please sign in to comment.