docs: Update capabilities

pull/24376/head
Carol (Nichols || Goulding) 2020-06-10 10:30:13 -04:00
parent fb5d68654d
commit 8c878cdfd3
1 changed files with 2 additions and 14 deletions

View File

@ -3,20 +3,8 @@
//! # delorean_object_store
//!
//! This crate provides APIs for interacting with object storage services.
//!
//! Work remaining in the first milestone:
//!
//! - Google Cloud Storage
//! - PUT
//! - GET
//! - DELETE
//! - List all objects given a prefix
//! - S3
//! - PUT
//! - GET
//! - DELETE
//! - List all objects given a prefix
//! This crate provides APIs for interacting with object storage services. It currently supports
//! PUT, GET, DELETE, and list for Google Cloud Storage, Amazon S3, and in-memory storage.
//!
//! Future compatibility will include Azure Blob Storage, Minio, and Ceph.