Class S3Part
Inherited Members
Namespace: CoreUpload.Providers
Assembly: CoreUpload.dll
Syntax
public class S3Part
Properties
ETag
The part's ETag. S3 reports ETags wrapped in literal double quotes
("9b2cf5..."); this value is normalised to the bare hex form before
any IS3Signer sees it, so every signer implementation gets
the same shape no matter what the calling client sent.
Declaration
public string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartNumber
Declaration
public int PartNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |