Enum S3MetadataDirective
An enumeration of all Metadata directives that can be used for the CopyObject operation.
public enum S3MetadataDirective
Fields
COPY = 0
Specifies that the metadata is copied from the source object.
REPLACE = 1
Specifies that the metadata is replaced with metadata provided in the request. All original metadata is replaced by the metadata you specify.