Skip to content

Commit

Permalink
feat: Google Storage Open API spec update (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence authored Dec 26, 2024
1 parent e62558f commit afbf077
Show file tree
Hide file tree
Showing 32 changed files with 5,969 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub async fn storage_objects_insert_ext_stream<S>(
where
S: futures::stream::TryStream + Send + 'static,
S::Error: Into<Box<dyn std::error::Error + Send + Sync>>,
Bytes: From<S::Ok>,
bytes::Bytes: From<S::Ok>,
{
let local_var_configuration = configuration;

Expand Down
Loading

0 comments on commit afbf077

Please sign in to comment.