NextGen Knowledge Center

Connector Map Variables

When the Amazon S3 mode is used, these variables will be available in the connector map.

KeyDescription
s3ETagThe hex encoded 128-bit MD5 hash of the file contents as computed by Amazon S3.
s3ExpirationTimeThe expiration time for this object, only present if not null.
s3ExpirationTimeRuleIdThe BucketLifecycleConfiguration rule ID for this object's expiration, only present if not null.
s3SSEAlgorithmThe server-side encryption algorithm, only present if the object is encrypted using AWS-managed keys.
s3SSECustomerAlgorithmThe server-side encryption algorithm, only present if the object is encrypted using customer-provided keys.
s3SSECustomerKeyMd5The base64-encoded MD5 digest of the encryption key for server-side encryption, only present if the object is encrypted using customer-provided keys.
s3VersionIdThe version ID of the newly uploaded object, only present if not null.
s3MetadataA MessageHeaders object representing the map of metadata/headers for the S3 object.