aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-07-23 02:21:53 -0700
committerchrislu <chris.lu@gmail.com>2025-07-23 02:21:53 -0700
commit8531326b5501ec12f125a4726978c80e5c553f10 (patch)
treebd4c7137174789208d529b1f4c62532adc7083c8
parente3d3c495abe9062755a7ee29b78a4f0e8dbde855 (diff)
downloadseaweedfs-8531326b5501ec12f125a4726978c80e5c553f10.tar.xz
seaweedfs-8531326b5501ec12f125a4726978c80e5c553f10.zip
adding admin credential
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 240f0c504..0f9028d1b 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Table of Contents
## Quick Start with Single Binary ##
* Download the latest binary from https://github.com/seaweedfs/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe`. Or run `go install github.com/seaweedfs/seaweedfs/weed@latest`.
+* `export AWS_ACCESS_KEY_ID=admin ; export AWS_SECRET_ACCESS_KEY=key` as the admin credentials to access the object store.
* Run `weed server -dir=/some/data/dir -s3` to start one master, one volume server, one filer, and one S3 gateway.
Also, to increase capacity, just add more volume servers by running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thousands of machines. That is it!