Class S3ListPartsRequest
Request for the optional ListParts signer capability. Implement a public
S3ListPartsResult ListParts(S3ListPartsRequest request) method on your
signer to let resuming clients reconcile their persisted part maps against
what S3 actually holds. The capability is discovered via reflection - it is
deliberately NOT part of IS3Signer so existing implementations
keep compiling (.NET Framework has no default interface members).
Inherited Members
Namespace: AjaxUploader.Providers
Assembly: AjaxUploader.dll
Syntax
public class S3ListPartsRequest
Properties
Key
The S3 object key of the multipart upload.
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UploadId
The S3 multipart uploadId to list parts for.
Declaration
public string UploadId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |