# Missing required "transforms.insertFormatedTs.type" error message when deploying Lenses S3 Connector

**URL:** https://ask.lenses.io/t/missing-required-transforms-insertformatedts-type-error-message-when-deploying-lenses-s3-connector/161
**Category:** Lenses
**Created:** [December 27, 2023, 3:52pm UTC](https://ask.lenses.io/t/missing-required-transforms-insertformatedts-type-error-message-when-deploying-lenses-s3-connector/161 "2023-12-27T15:52:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![james1985](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@james1985](https://ask.lenses.io/u/james1985)
#### Post date: [December 27, 2023, 3:52pm UTC](https://ask.lenses.io/t/missing-required-transforms-insertformatedts-type-error-message-when-deploying-lenses-s3-connector/161/1 "2023-12-27T15:52:19Z")

</div>

I’m getting the error:

```auto
Missing required configuration "transforms.insertFormatedTs.type" which has no default value.
Invalid value null for configuration transforms.insertFormatedTs.type: Not a Transformation

```

when trying to deploy the Lenses S3 Connector with the Lenses SMT plugin. What’s the problem?

---

<div class="post-metadata">

### Author: ![guillaume.ayme](https://dub1.discourse-cdn.com/flex017/user_avatar/ask.lenses.io/guillaume.ayme/32/64_2.png) [@guillaume.ayme](https://ask.lenses.io/u/guillaume.ayme)
#### Post date: [December 27, 2023, 3:53pm UTC](https://ask.lenses.io/t/missing-required-transforms-insertformatedts-type-error-message-when-deploying-lenses-s3-connector/161/2 "2023-12-27T15:53:43Z")

</div>

Make sure there isn’t a typo in your configuration. This is most likely problem. Here’s an example of good configuration:

```auto
transforms=insertFormattedTs
transforms.insertFormattedTs.type=io.lenses.connect.smt.header.TimestampConverter
transforms.insertFormattedTs.header.name=ts
transforms.insertFormattedTs.field=_value.Timestamp
transforms.insertFormattedTs.target.type=string
transforms.insertFormattedTs.format.to.pattern=yyyy-MM-dd-HH

```
