AWS SDK for .NET Documentation
AbortMultipartUploads Method (bucketName, initiatedDate)
AmazonAmazon.S3.TransferTransferUtilityAbortMultipartUploads(String, DateTime) Did this page help you?   Yes   No    Tell us about it...
Aborts the multipart uploads that were initiated before the specified date.
Declaration Syntax
C#
public void AbortMultipartUploads(
	string bucketName,
	DateTime initiatedDate
)
Parameters
bucketName (String)
The name of the bucket containing multipart uploads.
initiatedDate (DateTime)
The date before which the multipart uploads were initiated.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)