From 5ebc97300e739fa97169669bf902f6feebf48a3f Mon Sep 17 00:00:00 2001 From: kqjy Date: Wed, 31 Dec 2025 14:12:37 +0800 Subject: [PATCH] Update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index fe68209..05b2671 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ A lightweight, S3-compatible object storage system built with Flask. MyFSIO impl ```bash # Clone and setup -git clone +git clone https://gitea.jzwsite.com/kqjy/MyFSIO cd s3 python -m venv .venv @@ -249,7 +249,3 @@ pytest tests/ --cov=app --cov-report=html - [Amazon S3 Documentation](https://docs.aws.amazon.com/s3/) - [AWS Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) - [S3 Bucket Policy Examples](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html) - -## License - -MIT