Metadata to set on the uploaded object

C# |
public IDictionary<string, string> Metadata { get; set; }

If keys do not begin with 'x-amz-meta-' it will be added at POST time.
C# |
public IDictionary<string, string> Metadata { get; set; }