summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwn_ <[email protected]>2022-12-03 14:02:59 +0000
committerwn_ <[email protected]>2022-12-03 14:02:59 +0000
commit09b07d59ef5175ac084b39e9d99eed9900813a45 (patch)
tree426c72a65f5da6d3bbd3836e40df7eb876f77b32 /README.md
parent579cf771e59347a5892f5bfbcb23eedd0d34b529 (diff)
Switch back to plugin-specific access key env vars.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index b8e68d7..78e4e40 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@ The following options are required if you're directly providing access keys (i.e
See [Credentials for the AWS SDK for PHP Version 3](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials.html) for more information.
```ini
-# Intentionally without the 'TTRSS_' prefix.
-AWS_ACCESS_KEY_ID=xxx
-AWS_SECRET_ACCESS_KEY=yyy
+TTRSS_CACHE_S3_ACCESS_KEY=xxx
+TTRSS_CACHE_S3_SECRET_KEY=yyy
```