An enumeration of all Metadata directives that
can be used for the CopyObject operation.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public enum S3MetadataDirective
Public Enumeration S3MetadataDirective
public enum class S3MetadataDirective
Members
| Member | Value | Description |
|---|---|---|
| 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.
|