AWS SDK for .NET Documentation
WithMetaData Method (key, value)
AmazonAmazon.S3.ModelPutObjectRequestWithMetaData(String, String) Did this page help you?   Yes   No    Tell us about it...
Adds a key/value metadata pair to the object when uploaded.
Declaration Syntax
C#
public PutObjectRequest WithMetaData(
	string key,
	string value
)
Parameters
key (String)
The key to associate with the object
value (String)
The value for the key
Return Value
The response with Metadata set.

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