diff --git a/Minio/ApiEndpoints/ObjectOperations.cs b/Minio/ApiEndpoints/ObjectOperations.cs index 1a756139..24d5a1d5 100644 --- a/Minio/ApiEndpoints/ObjectOperations.cs +++ b/Minio/ApiEndpoints/ObjectOperations.cs @@ -832,6 +832,10 @@ await this.ExecuteTaskAsync(ResponseErrorHandlers, requestMessageBuilder, /// Headers, SSE Headers /// /// Optional cancellation token to cancel the operation + /// + /// This boolean parameter differentiates single part file upload and + /// multi part file upload as this function is shared by both. + /// /// /// When access or secret key is invalid /// When bucket name is invalid