diff --git a/integrations/object_store/examples/s3_with_opts.rs b/integrations/object_store/examples/s3_with_opts.rs index 31e766290896..2ede6c5e71c2 100644 --- a/integrations/object_store/examples/s3_with_opts.rs +++ b/integrations/object_store/examples/s3_with_opts.rs @@ -1,6 +1,6 @@ use bytes::Bytes; use object_store::path::Path; -use object_store::{GetOptions, GetRange, ObjectStore, PutMode, PutOptions}; +use object_store::{GetOptions, ObjectStore, PutOptions}; use object_store_opendal::OpendalStore; use opendal::services::S3Config; use opendal::Operator;