File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
44AWS_REGION = us-east-1
55AWS_DEFAULT_REGION = us-east-1
66AWS_ALLOW_HTTP = true
@@ -11,7 +11,10 @@ S3_ENDPOINT=http://127.0.0.1:9000
1111S3_BUCKET = slayerfs
1212S3_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
You can’t perform that action at this time.
0 commit comments