From 06127ad944e8dd0f20b1efc3c3002a8e14c5831c Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 1 Oct 2025 21:43:22 +0800 Subject: [PATCH] chore: migrate branding to Apache OpenDAL Reqsign Signed-off-by: tison --- README.md | 18 +++++++++--------- context/command-execute-tokio/Cargo.toml | 3 +-- vercel.json | 8 -------- 3 files changed, 10 insertions(+), 19 deletions(-) delete mode 100644 vercel.json diff --git a/README.md b/README.md index 9907a383..f2e5c73b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# reqsign   [![Build Status]][actions] [![Latest Version]][crates.io] [![Crate Downloads]][crates.io] +# Apache OpenDAL Reqsign -[Build Status]: https://img.shields.io/github/actions/workflow/status/Xuanwo/reqsign/ci.yml?branch=main -[actions]: https://github.com/Xuanwo/reqsign/actions?query=branch%3Amain +[![Build Status]][actions] [![Latest Version]][crates.io] [![Crate Downloads]][crates.io] + +[Build Status]: https://img.shields.io/github/actions/workflow/status/apache/opendal-reqsign/ci.yml?branch=main +[actions]: https://github.com/apache/opendal-reqsign/actions?query=branch%3Amain [Latest Version]: https://img.shields.io/crates/v/reqsign.svg [crates.io]: https://crates.io/crates/reqsign [Crate Downloads]: https://img.shields.io/crates/d/reqsign.svg @@ -162,11 +164,11 @@ let signer = aliyun::default_signer(); ## Contributing -Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on getting started with contributing to this project. +Check out the [CONTRIBUTING.md](CONTRIBUTING.md) guide for more details on getting started with contributing to this project. ## Getting help -Submit [issues](https://github.com/Xuanwo/reqsign/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/Xuanwo/reqsign/discussions/new?category=q-a). +Submit [issues](https://github.com/apache/opendal-reqsign/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/apache/opendal-reqsign/discussions/new?category=q-a). ## Acknowledge @@ -175,8 +177,6 @@ Inspired a lot from: - [aws-sigv4](https://crates.io/crates/aws-sigv4) for AWS SigV4 support. - [azure_storage_blobs](https://crates.io/crates/azure_storage_blobs) for Azure Storage support. -#### License +## License - -Licensed under Apache License, Version 2.0. - +Licensed under [Apache License, Version 2.0](LICENSE). diff --git a/context/command-execute-tokio/Cargo.toml b/context/command-execute-tokio/Cargo.toml index 246ce12f..df9937ae 100644 --- a/context/command-execute-tokio/Cargo.toml +++ b/context/command-execute-tokio/Cargo.toml @@ -16,14 +16,13 @@ # under the License. [package] -authors = ["Xuanwo "] categories = ["asynchronous"] description = "Tokio-based command execution implementation for reqsign" edition = "2021" keywords = ["command", "tokio", "reqsign", "async"] license = "Apache-2.0" name = "reqsign-command-execute-tokio" -repository = "https://github.com/Xuanwo/reqsign" +repository = "https://github.com/apache/opendal-reqsign" version = "1.0.0" [dependencies] diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 44fa1923..00000000 --- a/vercel.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "redirects": [ - { - "source": "/", - "destination": "/reqsign/" - } - ] -}