Add default username and password

This commit is contained in:
loverustfs
2025-07-04 11:17:06 +08:00
parent 5cf9087113
commit 8b2b4a0146
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ RustFS 是一个使用 Rust全球最受欢迎的编程语言之一构建
```
3. **访问控制台**:打开 Web 浏览器并导航到 `http://localhost:9001` 以访问 RustFS 控制台。
3. **访问控制台**:打开 Web 浏览器并导航到 `http://localhost:9001` 以访问 RustFS 控制台,默认的用户名和密码是 `rustfsadmin`
4. **创建存储桶**:使用控制台为您的对象创建新的存储桶。
5. **上传对象**:您可以直接通过控制台上传文件,或使用 S3 兼容的 API 与您的 RustFS 实例交互。