Amazon S3 Settings | Description |
---|---|
S3 Bucket Name | Required. Amazon S3 bucket name. If the provided bucket name entered here does not exist, the event target automatically creates it using the Amazon S3 settings specified in the connection properties. The question mark (?) character is prohibited in this field. |
Storage Class | Required. The S3 storage class to set in the PUT object request. Select STANDARD or REDUCED_REDUNDANCY. See the Amazon S3 documentation for more details. Default is STANDARD. |
Delimited Content Generation Settings | Description |
---|---|
Delimiter | Required. The character delimiter for delimited files. To specify a space or tab character as a delimiter, use an escaped character (\s or \t). |
Text Qualifier | Required. The text qualifier for delimited files. To specify a space or tab character as a text qualifier, use an escaped character (\s or \t). |
Skip Headers | Select Yes to store the delimited content without header names. |
Line Ending Style | Choose the line ending style (Windows=\r\n, Unix=\n). |