We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e74307 commit 4b5196dCopy full SHA for 4b5196d
docs/src/sources-files.md
@@ -17,18 +17,18 @@ Martin supports authenticated S3 sources using environment variables.
17
18
Environment variables that need to be set:
19
20
-- AWS_REGION
+- `AWS_REGION`
21
22
By default, the credentials try for default profile or environment variables. Environment variables that can to be set:
23
24
-- AWS_ACCESS_KEY_ID
25
-- AWS_SECRET_ACCESS_KEY
26
-- AWS_SESSION_TOKEN
27
-- 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)
28
29
Example configuration:
30
31
-```
+```yaml
32
pmtiles:
33
sources:
34
tiles: s3://bucket/path/to/tiles.pmtiles
0 commit comments