AWS SDK for .NET Documentation
UploadMultipartPart Method (uploadMultipartPartRequest)
AmazonAmazon.GlacierAmazonGlacierClientUploadMultipartPart(UploadMultipartPartRequest) Did this page help you?   Yes   No    Tell us about it...

This operation uploads a part of an archive. You can upload archive parts in any order. You can also upload them in parallel. You can upload up to 10,000 parts for a multipart upload.

Amazon Glacier rejects your upload part request if any of the following conditions is true:

This operation is idempotent. If you upload the same part multiple times, the data included in the most recent request overwrites the previously uploaded data.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM) .

For conceptual information and underlying REST API, go to Uploading Large Archives in Parts (Multipart Upload) and Upload Part in the Amazon Glacier Developer Guide .

Declaration Syntax
C#
public UploadMultipartPartResponse UploadMultipartPart(
	UploadMultipartPartRequest uploadMultipartPartRequest
)
Parameters
uploadMultipartPartRequest (UploadMultipartPartRequest)
Container for the necessary parameters to execute the UploadMultipartPart service method on AmazonGlacier.
Return Value
The response from the UploadMultipartPart service method, as returned by AmazonGlacier.
Exceptions

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