usingLLmpuDotNet
Using the AWS SDK for .NET for Multipart Upload (Low-Level API)
The AWS SDK for .NET exposes a low-level API that closely resembles the Amazon S3 REST API for multipart upload (see Using the REST API for Multipart Upload ). Use the low-level API when you need to pause and resume multipart uploads, vary part sizes during the upload, or when you do not know the size of the data in advance. Use the high-level API (see Using the AWS SDK for .NET for Multipart Upload (High-Level API)), whenever you don't have these requirements.
Topics
- Upload a File to an S3 Bucket Using the AWS SDK for .NET (Low-Level API)
- List Multipart Uploads to an S3 Bucket Using the AWS SDK for .NET (Low-level)
- Track the Progress of a Multipart Upload to an S3 Bucket Using the AWS SDK for .NET (Low-Level)
- Abort Multipart Uploads to an S3 Bucket Using the AWS SDK for .NET (Low-Level)