File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ Martin supports authenticated S3 sources using environment variables.
17
17
18
18
Environment variables that need to be set:
19
19
20
- - AWS_REGION
20
+ - ` AWS_REGION `
21
21
22
22
By default, the credentials try for default profile or environment variables. Environment variables that can to be set:
23
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)
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)
28
28
29
29
Example configuration:
30
30
31
- ```
31
+ ``` yaml
32
32
pmtiles :
33
33
sources :
34
34
tiles : s3://bucket/path/to/tiles.pmtiles
You can’t perform that action at this time.
0 commit comments