Browse Source

Remove AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY exports

Removed AWS environment variable exports from README.
pull/8029/head
Chris Lu 1 week ago
committed by GitHub
parent
commit
1950c31786
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      README.md

3
README.md

@ -89,8 +89,7 @@ Example:
```bash ```bash
# remove quarantine on macOS # remove quarantine on macOS
# xattr -d com.apple.quarantine ./weed # xattr -d com.apple.quarantine ./weed
export AWS_ACCESS_KEY_ID=admin
export AWS_SECRET_ACCESS_KEY=key
./weed mini -dir=/data ./weed mini -dir=/data
``` ```

Loading…
Cancel
Save