This project is a test implementation of Minio, an open-source object storage server compatible with Amazon S3.
- Clone the repository:
git clone https://github.com/your-username/minio-test.git
- Install dependencies:
npm install
- Start the Minio server:
npm start
- Access the Minio web interface at
http://localhost:9000
- Use the provided access key and secret key to login
- Upload, download, and manage objects in the Minio server
Contributions are welcome! Please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License.