Object Metadata in Record Header Attributes
You can include Amazon S3 object metadata in record header attributes. Include metadata when you want to use the information to help process records. For example, you might include metadata if you want to route records to different branches of a pipeline based on the last-modified timestamp.
Use the Include Metadata property to include metadata in the
record header attributes. When you include metadata in record header attributes, the
Amazon S3 origin includes the following information:
- System-defined metadata
- The origin includes the following system-defined metadata:
- Name - The object name. Bucket and prefix information is included as
follows:
<bucket>/<prefix>/<object_name>
- Cache-Control
- Content-Disposition
- Content-Encoding
- Content-Length
- Content-MD5
- Content-Range
- Content-Type
- ETag
- Expires
- Last-Modified
- Name - The object name. Bucket and prefix information is included as
follows:
- User-defined metadata
- When available, the Amazon S3 origin also includes user-defined metadata in record header attributes.
For more information about record header attributes, see Record Header Attributes.