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
 Declaration Syntax| C# | 
public CopyObjectRequest WithMetaData( NameValueCollection metaInfo )
 Parameters
 Parameters- metaInfo (NameValueCollection)
- The set of key-value pairs that will be associated with the S3 Object
 Return Value
 Return ValueThe request with Metadata set.