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 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
README.md
|
|
|
@ -89,8 +89,7 @@ Example: |
|
|
|
```bash |
|
|
|
# remove quarantine on macOS |
|
|
|
# xattr -d com.apple.quarantine ./weed |
|
|
|
export AWS_ACCESS_KEY_ID=admin |
|
|
|
export AWS_SECRET_ACCESS_KEY=key |
|
|
|
|
|
|
|
./weed mini -dir=/data |
|
|
|
``` |
|
|
|
|
|
|
|
|