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 }