Skip to content

Commit 24af343

Browse files
authored
Merge pull request #17 from kennethlove/patch-1
Corrected mentions of "MinIO" in `architecture.md`
2 parents 4c2a05a + 0d5c343 commit 24af343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Introduction to RustFS Architecture"
77

88
RustFS is an object storage system, similar to the well-known AWS S3. As a replacement for MinIO, RustFS references MinIO's simple, lightweight, scalable, and elegant architecture.
99

10-
Objects can be documents, videos, PDF files, etc. To store objects, MinIO provides a scalable, flexible, and efficient solution for storing, accessing, and managing data. Its compatibility with AWS S3 API enables seamless integration with applications based on AWS S3.
10+
Objects can be documents, videos, PDF files, etc. To store objects, RustFS provides a scalable, flexible, and efficient solution for storing, accessing, and managing data. Its compatibility with AWS S3 API enables seamless integration with applications based on AWS S3.
1111

1212
The architecture diagram is as follows:
1313

@@ -22,11 +22,11 @@ In both distributed and single-machine modes, all read and write operations stri
2222

2323
## Several Important Concepts in RustFS
2424

25-
**Object**: The basic object stored in Minio, such as files, byte streams, anything...
25+
**Object**: The basic object stored in RustFS, such as files, byte streams, anything...
2626

2727
**Bucket**: A logical space used to store Objects. Data between each Bucket is mutually isolated. For clients, it is equivalent to a top-level folder for storing files.
2828

29-
**Drive**: The disk that stores data, passed as a parameter when MinIO starts. All object data in Minio will be stored in Drives.
29+
**Drive**: The disk that stores data, passed as a parameter when RustFS starts. All object data in RustFS will be stored in Drives.
3030

3131
**Set**: A collection of Drives. Distributed deployment automatically divides into one or more Sets based on cluster scale, with Drives in each Set distributed in different locations. An object is stored on one Set. (Some places also refer to the combination of Sets as **Strips**).
3232

0 commit comments

Comments
 (0)