Is it possible to disable topic auto-creation for the Lenses S3 Source Connector?

How do i configure on the connector to not create topic and to not read messages from the beginning?

I see on your documentation this:

That you can configuration:
SET auto.offset.reset = ‘latest’;
SET autocreate=true

Can i use this also for the source ?
“connector.class”: “io.lenses.streamreactor.connect.aws.s3.source.S3SourceConnector”,