From 64a142723ab711ca6522ba9a816472857420c6b1 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 19 Aug 2023 23:23:05 +0900 Subject: [PATCH] Document environment variable configuration (#2281) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7042a22..8a14e07 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Otherwise consult the [compilation instructions](COMPILATION.md). s3fs supports the standard [AWS credentials file](https://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html) stored in `${HOME}/.aws/credentials`. Alternatively, s3fs supports a custom passwd file. +Finally s3fs recognizes the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` +environment variables. The default location for the s3fs password file can be created: