1

Is there a native KNIME node to read the object metadata of a file in S3?

I need to extract the last modified date of the file from S3.

S3 Connector works fine and am able able to list remote files or download remote files successfully. I have tried also S3 File Picker node and it does not seem to list any metadata.

Alternatively I can do this also in KNIME using a Python Node and AWS boto3 library. But a native KNIME node solution would be preferred for efficiency.

knanne
  • 608
  • 5
  • 11

1 Answers1

0

I am afraid there is not. We do have a "File Meta Info" node but that only works for local files.