diff --git a/object_store/README.md b/object_store/README.md index fd09ec7205af..3e094712748a 100644 --- a/object_store/README.md +++ b/object_store/README.md @@ -20,7 +20,7 @@ # Rust Object Store A focused, easy to use, idiomatic, high performance, `async` object -store library interacting with object stores. +store library for interacting with object stores. Using this crate, the same binary and code can easily run in multiple clouds and local test environments, via a simple runtime configuration @@ -33,7 +33,7 @@ change. Supported object stores include: * Memory * Custom implementations -Originally developed for [InfluxDB IOx](https://github.com/influxdata/influxdb_iox/) and later split out and donated to [Apache Arrow](https://arrow.apache.org/). +Originally developed by [InfluxData](https://www.influxdata.com/) and later donated to [Apache Arrow](https://arrow.apache.org/). See [docs.rs](https://docs.rs/object_store) for usage instructions diff --git a/object_store/src/lib.rs b/object_store/src/lib.rs index 53a535612e09..a25224aaaa8a 100644 --- a/object_store/src/lib.rs +++ b/object_store/src/lib.rs @@ -51,11 +51,11 @@ //! //! 5. Small dependency footprint, depending on only a small number of common crates //! -//! Originally developed for [InfluxDB IOx] and subsequently donated +//! Originally developed by [InfluxData] and subsequently donated //! to [Apache Arrow]. //! //! [Apache Arrow]: https://arrow.apache.org/ -//! [InfluxDB IOx]: https://github.com/influxdata/influxdb_iox/ +//! [InfluxData]: https://www.influxdata.com/ //! [crates.io]: https://github.com/rust-lang/crates.io //! [ACID]: https://en.wikipedia.org/wiki/ACID //! [S3]: https://aws.amazon.com/s3/