Connector Map Variables
When the Amazon S3 mode is used, these variables will be available in the connector map.
Key | Description |
---|---|
s3ETag | The hex encoded 128-bit MD5 hash of the file contents as computed by Amazon S3. |
s3ExpirationTime | The expiration time for this object, only present if not null. |
s3ExpirationTimeRuleId | The BucketLifecycleConfiguration rule ID for this object's expiration, only present if not null. |
s3SSEAlgorithm | The server-side encryption algorithm, only present if the object is encrypted using AWS-managed keys. |
s3SSECustomerAlgorithm | The server-side encryption algorithm, only present if the object is encrypted using customer-provided keys. |
s3SSECustomerKeyMd5 | The base64-encoded MD5 digest of the encryption key for server-side encryption, only present if the object is encrypted using customer-provided keys. |
s3VersionId | The version ID of the newly uploaded object, only present if not null. |
s3Metadata | A MessageHeaders object representing the map of metadata/headers for the S3 object. |