Table of Contents

Enum S3MetadataDirective

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

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.