Skip to content

Commit f8af5f4

Browse files
committed
[slayer] change .env
Signed-off-by: Luxian <[email protected]>
1 parent 62a14ee commit f8af5f4

File tree

1 file changed

+8
-5
lines changed
  • project/slayerfs

1 file changed

+8
-5
lines changed

project/slayerfs/.env

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS S3 Configuration
2-
AWS_ACCESS_KEY_ID=minioadmin
3-
AWS_SECRET_ACCESS_KEY=minioadmin
2+
AWS_ACCESS_KEY_ID=rustfsadmin
3+
AWS_SECRET_ACCESS_KEY=rustfsadmin
44
AWS_REGION=us-east-1
55
AWS_DEFAULT_REGION=us-east-1
66
AWS_ALLOW_HTTP=true
@@ -11,7 +11,10 @@ S3_ENDPOINT=http://127.0.0.1:9000
1111
S3_BUCKET=slayerfs
1212
S3_FORCE_PATH_STYLE=true
1313

14+
15+
16+
1417
# Note: Before running the demo, make sure to:
15-
# 1. Start MinIO server: docker run -p 9000:9000 -p 9001:9001 minio/minio server /data --console-address ":9001"
16-
# 2. Create bucket using MinIO client or web console at http://localhost:9001
17-
# 3. Or use AWS CLI: aws --endpoint-url http://localhost:9000 s3 mb s3://slayerfs
18+
# 1. Install rustfs: curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.sh
19+
# 2. Ensure rustfs S3-compatible endpoint is running at http://127.0.0.1:9000
20+
# 3. Create bucket using s3 client or web console at http://localhost:9001

0 commit comments

Comments
 (0)