AWS SDK for .NET Documentation
WithMetaData Method (metaInfo)
AmazonAmazon.S3.ModelCopyObjectRequestWithMetaData(NameValueCollection) Did this page help you?   Yes   No    Tell us about it...
Specifies a set of metadata name-value pairs to set for the object. If MetadataDirective is set to COPY, all metadata is ignored.
Declaration Syntax
C#
public CopyObjectRequest WithMetaData(
	NameValueCollection metaInfo
)
Parameters
metaInfo (NameValueCollection)
The set of key-value pairs that will be associated with the S3 Object
Return Value
The request with Metadata set.

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