From 31b68dd21b60fcbee4354a175c9d65ff6ae02b6a Mon Sep 17 00:00:00 2001 From: Gatefixer <313497061+lancedb-gatefixer[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:42:18 +0000 Subject: [PATCH] fix: complete vendored S3 package metadata --- lance-artifact/third-party/opendal-service-s3/Cargo.toml | 2 ++ lance-artifact/third-party/opendal-service-s3/Cargo.toml.orig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lance-artifact/third-party/opendal-service-s3/Cargo.toml b/lance-artifact/third-party/opendal-service-s3/Cargo.toml index 562ec224f..6e6cf3021 100644 --- a/lance-artifact/third-party/opendal-service-s3/Cargo.toml +++ b/lance-artifact/third-party/opendal-service-s3/Cargo.toml @@ -24,6 +24,8 @@ autobenches = false description = "Apache OpenDAL S3 service implementation" homepage = "https://opendal.apache.org/" readme = "README.md" +keywords = ["storage", "s3", "object-storage"] +categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/apache/opendal" diff --git a/lance-artifact/third-party/opendal-service-s3/Cargo.toml.orig b/lance-artifact/third-party/opendal-service-s3/Cargo.toml.orig index 7512b310a..de3d85c6d 100644 --- a/lance-artifact/third-party/opendal-service-s3/Cargo.toml.orig +++ b/lance-artifact/third-party/opendal-service-s3/Cargo.toml.orig @@ -19,6 +19,8 @@ description = "Apache OpenDAL S3 service implementation" name = "opendal-service-s3" readme = "README.md" +keywords = ["storage", "s3", "object-storage"] +categories = ["filesystem"] authors = { workspace = true } edition = { workspace = true }