You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: