docs(store/s3api): replace fake S3 API keys with the bee movie script

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-09-07 05:13:36 +00:00
parent aeca339d56
commit db7ae82608

View File

@@ -257,8 +257,8 @@ Assuming your environment looks like this:
```sh
# All of the following are fake credentials that look like real ones.
AWS_ACCESS_KEY_ID=AKIA9SQ3KWR4B9L6E33O
AWS_SECRET_ACCESS_KEY=1Q2or+XlnIbUkv+dhS22QLJMpCMpwz+rQzrqCNOP9I0=
AWS_ACCESS_KEY_ID=accordingToAllKnownRulesOfAviation
AWS_SECRET_ACCESS_KEY=thereIsNoWayABeeShouldBeAbleToFly
AWS_REGION=yow
AWS_ENDPOINT_URL_S3=https://yow.s3.probably-not-malware.lol
```