Skip to content

Commit 3b70206

Browse files
alamminsaloalamminsalo
alamminsalo
authored and
alamminsalo
committed
add mention of using AWS_PROFILE, fill in information on how credentials work
1 parent a144f3d commit 3b70206

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/sources-files.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ Martin supports authenticated S3 sources using environment variables.
1717

1818
Environment variables that need to be set:
1919

20+
- AWS_REGION
21+
22+
By default, the credentials try for default profile or environment variables. Environment variables that can to be set:
23+
2024
- AWS_ACCESS_KEY_ID
2125
- AWS_SECRET_ACCESS_KEY
2226
- AWS_SESSION_TOKEN
23-
- AWS_REGION
27+
- AWS_PROFILE (to specify profile instead of access key variables)
2428

2529
Example configuration:
2630

0 commit comments

Comments
 (0)