Aborts a multipart upload. 
            
 Declaration Syntax
 Declaration Syntax| C# | 
AbortMultipartUploadResponse AbortMultipartUpload( AbortMultipartUploadRequest request )
 Parameters
 Parameters- request (AbortMultipartUploadRequest)
- The AbortMultipartUploadRequest that defines the parameters of the operation.
 Return Value
 Return ValueReturns a AbortMultipartUploadResponse from S3.
 Remarks
 Remarks
            After a multipart upload is aborted, no additional parts can be uploaded using 
            that upload ID. The storage consumed by any previously uploaded parts will be freed.
            However, if any part uploads are currently in progress, those part 
            uploads may or may not succeed. As a result, it may be necessary to 
            abort a given multipart upload multiple times in order to completely free
            all storage consumed by all parts.