Skip to content

Commit

Permalink
chore: update error message of object storage (#12561)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu authored Sep 28, 2023
1 parent 9386536 commit 48b8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_store/src/object/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ pub async fn parse_remote_object_store(
}
other => {
unimplemented!(
"{} remote object store only supports s3, minio, disk, memory, and memory-shared for now.",
"{} remote object store only supports s3, minio, gcs, oss, cos, azure blob, hdfs, disk, memory, and memory-shared.",
other
)
}
Expand Down

0 comments on commit 48b8501

Please sign in to comment.