confluentinc/kafka-connect-storage-cloud

[Feature request] S3SinkConnector support for default storage-class (object tiering)

arshk123 opened this issue · 0 comments

We're using the io.confluent.connect.s3.S3SinkConnector and I'm looking into whether it's possible to configure the connector set this on object creation in S3 as well. I'd like to do this on creation as opposed to via a lifecycle policy to save on tier transitioning costs.

In the API, it is currently possible to specify the x-amz-storage-class or the --storage-class respectively, to create the object in the correct tier but I'm not able to find a representative configuration field in the connector docs here (it's possible it doesn't exist)