ObjectLoaderPartFormatter

constructor(pathFactory: PathFactory, catalog: DestinationCatalog, writerFactory: BufferedFormattingWriterFactory<T>, loader: ObjectLoader, stateManager: DestinationStateManager<ObjectStorageDestinationState>, @Value(value = "${airbyte.destination.core.record-batch-size-override:null}") batchSizeOverride: Long? = null, @Named(value = "objectLoaderClampedPartSizeBytes") clampedPartSizeBytes: Long)