diff --git a/project/slayerfs/.env b/project/slayerfs/.env index 8d95c788f..100b282a3 100644 --- a/project/slayerfs/.env +++ b/project/slayerfs/.env @@ -1,6 +1,6 @@ # AWS S3 Configuration -AWS_ACCESS_KEY_ID=minioadmin -AWS_SECRET_ACCESS_KEY=minioadmin +AWS_ACCESS_KEY_ID=rustfsadmin +AWS_SECRET_ACCESS_KEY=rustfsadmin AWS_REGION=us-east-1 AWS_DEFAULT_REGION=us-east-1 AWS_ALLOW_HTTP=true @@ -11,7 +11,10 @@ S3_ENDPOINT=http://127.0.0.1:9000 S3_BUCKET=slayerfs S3_FORCE_PATH_STYLE=true + + + # Note: Before running the demo, make sure to: -# 1. Start MinIO server: docker run -p 9000:9000 -p 9001:9001 minio/minio server /data --console-address ":9001" -# 2. Create bucket using MinIO client or web console at http://localhost:9001 -# 3. Or use AWS CLI: aws --endpoint-url http://localhost:9000 s3 mb s3://slayerfs \ No newline at end of file +# 1. Install rustfs: curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.sh +# 2. Ensure rustfs S3-compatible endpoint is running at http://127.0.0.1:9000 +# 3. Create bucket using s3 client or web console at http://localhost:9001 \ No newline at end of file