Amazon S3 metadata

Amazon S3 metadata

576a2e8d-1dc6-4166-88ce-fe1eebec9f82.png

You can view and access the following metadata properties of Amazon S3. To view the metadata, see information on the metadata object in the https://infozone.atlassian.net/wiki/spaces/DAZ/pages/868843521 function documentation.

Property name

Description

Property name

Description

fileName

Name of the file.

Syntax
log.info(meta.fileName);

filePath

Path from where the file is collected. The file can be either in the Excel or CSV format.

Path format: bucket/folder/file

Syntax
log.info(meta.filePath);

fileSize

Size (in bytes) of the file.

Syntax
log.info(meta.fileSize);

sheetName

Name of the sheet of the Excel file.

Syntax
log.info(meta.sheetName);

collectionTime

Timestamp when the file is collected.

Syntax
log.info(meta.collectionTime);