Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed May 18, 2024
1 parent b8211a6 commit 81a0924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/http/storage_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ impl StorageClient {
/// use google_cloud_storage::client::Client;
/// use google_cloud_storage::http::objects::Object;
/// use google_cloud_storage::http::objects::upload::{Media, UploadObjectRequest, UploadType};
/// use google_cloud_storage::http::resumable_upload_client::{ChunkSize, UploadStatus};
/// use google_cloud_storage::http::resumable_upload_client::{ChunkSize, UploadedRange, UploadStatus};
///
/// async fn run_simple(client:Client) {
/// let upload_type = UploadType::Simple(Media::new("filename"));
Expand Down

0 comments on commit 81a0924

Please sign in to comment.