Skip to content

Commit

Permalink
adds missing param tag for 'singleFile'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ersan Bozduman committed Dec 13, 2023
1 parent 42580e1 commit 636739d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Minio/ApiEndpoints/ObjectOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,10 @@ await this.ExecuteTaskAsync(ResponseErrorHandlers, requestMessageBuilder,
/// Headers, SSE Headers
/// </param>
/// <param name="cancellationToken">Optional cancellation token to cancel the operation</param>
/// <param name="singleFile">
/// This boolean parameter differentiates single part file upload and
/// multi part file upload as this function is shared by both.
/// </param>
/// <returns></returns>
/// <exception cref="AuthorizationException">When access or secret key is invalid</exception>
/// <exception cref="InvalidBucketNameException">When bucket name is invalid</exception>
Expand Down

0 comments on commit 636739d

Please sign in to comment.